#4C1418

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

Shades of Bordeaux #4C1418

Tints of Bordeaux #4C1418

Color information

#4C1418 (or 0x4C1418) is unknown color: approx Bordeaux. HEX triplet: 4C, 14 and 18. RGB value is (76,20,24). Sum of RGB (Red+Green+Blue) = 76+20+24=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1418 is #B3EBE7. Grayscale: #252525. Windows color (decimal): -11791336 or 1578060. OLE color: 1578060.

HSL color Cylindrical-coordinate representation of color #4C1418: hue angle of 355.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1418 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB762024-
CMYK00.740.680.70
HSL355.71º58.33%18.82%-
HSV(B)355.71º73.68%29.8%-
XYZ3.42.11.09-
YUV37.2120.55155.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.33%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 20%
R=63.33%
G=16.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76202400.740.680.70355.7158.3318.82
Hex4C141804A44461643a13
Octal114243001121041065447223
Binary10011001010011000010010101000100100011010110010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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