#4C111C

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

Shades of Bordeaux #4C111C

Tints of Bordeaux #4C111C

Color information

#4C111C (or 0x4C111C) is unknown color: approx Bordeaux. HEX triplet: 4C, 11 and 1C. RGB value is (76,17,28). Sum of RGB (Red+Green+Blue) = 76+17+28=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111C is #B3EEE3. Grayscale: #232323. Windows color (decimal): -11792100 or 1839436. OLE color: 1839436.

HSL color Cylindrical-coordinate representation of color #4C111C: hue angle of 348.81º 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 #4C111C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB761728-
CMYK00.780.630.70
HSL348.81º63.44%18.24%-
HSV(B)348.81º77.63%29.8%-
XYZ3.392.021.31-
YUV35.9123.55156.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.81%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=62.81%
G=14.05%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76172800.780.630.70348.8163.4418.24
Hex4C111C04E3F4615d3f12
Octal11421340116771065357722
Binary1001100100011110001001110111111100011010101110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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