#4C111E

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

Shades of Bordeaux #4C111E

Tints of Bordeaux #4C111E

Color information

#4C111E (or 0x4C111E) is unknown color: approx Bordeaux. HEX triplet: 4C, 11 and 1E. RGB value is (76,17,30). Sum of RGB (Red+Green+Blue) = 76+17+30=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111E is #B3EEE1. Grayscale: #242424. Windows color (decimal): -11792098 or 1970508. OLE color: 1970508.

HSL color Cylindrical-coordinate representation of color #4C111E: hue angle of 346.78º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C111E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB761730-
CMYK00.780.610.70
HSL346.78º63.44%18.24%-
HSV(B)346.78º77.63%29.8%-
XYZ3.422.031.44-
YUV36.12124.55156.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.79%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=61.79%
G=13.82%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76173000.780.610.70346.7863.4418.24
Hex4C111E04E3D4615b3f12
Octal11421360116751065337722
Binary1001100100011111001001110111101100011010101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,17,30); }

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

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

 a { background-color: rgb(76,17,30); }

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

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

 span { border-color: rgb(76,17,30); }

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