#4C111A

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

Shades of Bordeaux #4C111A

Tints of Bordeaux #4C111A

Color information

#4C111A (or 0x4C111A) is unknown color: approx Bordeaux. HEX triplet: 4C, 11 and 1A. RGB value is (76,17,26). Sum of RGB (Red+Green+Blue) = 76+17+26=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C111A is #B3EEE5. Grayscale: #232323. Windows color (decimal): -11792102 or 1708364. OLE color: 1708364.

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

Color convert

RGB761726-
CMYK00.780.660.70
HSL350.85º63.44%18.24%-
HSV(B)350.85º77.63%29.8%-
XYZ3.372.011.19-
YUV35.67122.55156.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.87%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=63.87%
G=14.29%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76172600.780.660.70350.8563.4418.24
Hex4C111A04E424615f3f12
Octal114213201161021065377722
Binary10011001000111010010011101000010100011010101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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