#4F0E18

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

Shades of Bordeaux #4F0E18

Tints of Bordeaux #4F0E18

Color information

#4F0E18 (or 0x4F0E18) is unknown color: approx Bordeaux. HEX triplet: 4F, 0E and 18. RGB value is (79,14,24). Sum of RGB (Red+Green+Blue) = 79+14+24=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0E18 is #B0F1E7. Grayscale: #222222. Windows color (decimal): -11596264 or 1576527. OLE color: 1576527.

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

Color convert

RGB791424-
CMYK00.820.700.69
HSL350.77º69.89%18.24%-
HSV(B)350.77º82.28%30.98%-
XYZ3.552.041.07-
YUV34.57122.03159.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 67.52%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=67.52%
G=11.97%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79142400.820.700.69350.7769.8918.24
Hex4FE18052464515f4612
Octal1171630012210610553710622
Binary10011111110110000101001010001101000101101011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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