#4F0A18

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

Shades of Bordeaux #4F0A18

Tints of Bordeaux #4F0A18

Color information

#4F0A18 (or 0x4F0A18) is unknown color: approx Bordeaux. HEX triplet: 4F, 0A and 18. RGB value is (79,10,24). Sum of RGB (Red+Green+Blue) = 79+10+24=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A18 is #B0F5E7. Grayscale: #202020. Windows color (decimal): -11597288 or 1575503. OLE color: 1575503.

HSL color Cylindrical-coordinate representation of color #4F0A18: hue angle of 347.83º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F0A18 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB791024-
CMYK00.870.700.69
HSL347.83º77.53%17.45%-
HSV(B)347.83º87.34%30.98%-
XYZ3.51.951.06-
YUV32.23123.36161.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.91%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=69.91%
G=8.85%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79102400.870.700.69347.8377.5317.45
Hex4FA18057464515c4e11
Octal1171230012710610553411621
Binary10011111010110000101011110001101000101101011100100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,10,24); }

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

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

 a { background-color: rgb(79,10,24); }

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

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

 span { border-color: rgb(79,10,24); }

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