#4F0E16

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

Shades of Bordeaux #4F0E16

Tints of Bordeaux #4F0E16

Color information

#4F0E16 (or 0x4F0E16) is unknown color: approx Bordeaux. HEX triplet: 4F, 0E and 16. RGB value is (79,14,22). Sum of RGB (Red+Green+Blue) = 79+14+22=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0E16 is #B0F1E9. Grayscale: #222222. Windows color (decimal): -11596266 or 1445455. OLE color: 1445455.

HSL color Cylindrical-coordinate representation of color #4F0E16: hue angle of 352.62º 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 #4F0E16 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB791422-
CMYK00.820.720.69
HSL352.62º69.89%18.24%-
HSV(B)352.62º82.28%30.98%-
XYZ3.532.030.97-
YUV34.35121.03159.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.70%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=68.70%
G=12.17%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79142200.820.720.69352.6269.8918.24
Hex4FE1605248451614612
Octal1171626012211010554110622
Binary10011111110101100101001010010001000101101100001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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