#4C111B

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

Shades of Bordeaux #4C111B

Tints of Bordeaux #4C111B

Color information

#4C111B (or 0x4C111B) is unknown color: approx Bordeaux. HEX triplet: 4C, 11 and 1B. RGB value is (76,17,27). Sum of RGB (Red+Green+Blue) = 76+17+27=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111B is #B3EEE4. Grayscale: #232323. Windows color (decimal): -11792101 or 1773900. OLE color: 1773900.

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

Color convert

RGB761727-
CMYK00.780.640.70
HSL349.83º63.44%18.24%-
HSV(B)349.83º77.63%29.8%-
XYZ3.382.021.25-
YUV35.78123.05156.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.33%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=63.33%
G=14.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76172700.780.640.70349.8363.4418.24
Hex4C111B04E404615e3f12
Octal114213301161001065367722
Binary10011001000111011010011101000000100011010101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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