#4F101E

Color #4F101E Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4F101E

Tints of Bordeaux #4F101E

Color information

#4F101E (or 0x4F101E) is unknown color: approx Bordeaux. HEX triplet: 4F, 10 and 1E. RGB value is (79,16,30). Sum of RGB (Red+Green+Blue) = 79+16+30=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101E is #B0EFE1. Grayscale: #242424. Windows color (decimal): -11595746 or 1970255. OLE color: 1970255.

HSL color Cylindrical-coordinate representation of color #4F101E: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F101E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB791630-
CMYK00.800.620.69
HSL346.67º66.32%18.63%-
HSV(B)346.67º79.75%30.98%-
XYZ3.642.131.45-
YUV36.43124.37158.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=63.2%
G=12.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79163000.800.620.69346.6766.3218.63
Hex4F101E0503E4515b4213
Octal117203601207610553310223
Binary10011111000011110010100001111101000101101011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F101E; }

 p { color: rgb(79,16,30); }

 H1.HeaderClassName
 {
   color: #4F101E;
 }
 .AnyTagClassName
 {
   color: #4F101E;
 }
</style>
background-color css

<style>
 a { background-color: #4F101E; }

 a { background-color: rgb(79,16,30); }

 div.DivClassName
 {
   background-color: #4F101E;
 }
 .BgClassName
 {
   background-color: #4F101E;
 }
</style>
border-color css

<style>
 span { border-color: #4F101E; }

 span { border-color: rgb(79,16,30); }

 td.TdClassName
 {
   border-color: #4F101E;
 }
 .TagClassName
 {
   border-color: #4F101E;
 }
</style>