#4F1418

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

Shades of Bordeaux #4F1418

Tints of Bordeaux #4F1418

Color information

#4F1418 (or 0x4F1418) is unknown color: approx Bordeaux. HEX triplet: 4F, 14 and 18. RGB value is (79,20,24). Sum of RGB (Red+Green+Blue) = 79+20+24=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1418 is #B0EBE7. Grayscale: #262626. Windows color (decimal): -11594728 or 1578063. OLE color: 1578063.

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

Color convert

RGB792024-
CMYK00.750.700.69
HSL355.93º59.6%19.41%-
HSV(B)355.93º74.68%30.98%-
XYZ3.642.231.1-
YUV38.1120.05157.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.23%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=64.23%
G=16.26%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79202400.750.700.69355.9359.619.41
Hex4F141804B46451643c13
Octal117243001131061055447423
Binary10011111010011000010010111000110100010110110010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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