#4F1316

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

Shades of Bordeaux #4F1316

Tints of Bordeaux #4F1316

Color information

#4F1316 (or 0x4F1316) is unknown color: approx Bordeaux. HEX triplet: 4F, 13 and 16. RGB value is (79,19,22). Sum of RGB (Red+Green+Blue) = 79+19+22=120 (15% of max value = 765). Red value is 79 (31.25% from 255 or 65.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1316 is #B0ECE9. Grayscale: #252525. Windows color (decimal): -11594986 or 1446735. OLE color: 1446735.

HSL color Cylindrical-coordinate representation of color #4F1316: hue angle of 357º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F1316 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB791922-
CMYK00.760.720.69
HSL357º61.22%19.22%-
HSV(B)357º75.95%30.98%-
XYZ3.62.190.99-
YUV37.28119.38157.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.83%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=65.83%
G=15.83%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79192200.760.720.6935761.2219.22
Hex4F131604C48451653d13
Octal117232601141101055457523
Binary10011111001110110010011001001000100010110110010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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