#4C0212

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

Shades of Bordeaux #4C0212

Tints of Bordeaux #4C0212

Color information

#4C0212 (or 0x4C0212) is unknown color: approx Bordeaux. HEX triplet: 4C, 02 and 12. RGB value is (76,2,18). Sum of RGB (Red+Green+Blue) = 76+2+18=96 (12% of max value = 765). Red value is 76 (30.08% from 255 or 79.17% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0212 is #B3FDED. Grayscale: #191919. Windows color (decimal): -11795950 or 1180236. OLE color: 1180236.

HSL color Cylindrical-coordinate representation of color #4C0212: hue angle of 347.03º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0212 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB76218-
CMYK00.970.760.70
HSL347.03º94.87%15.29%-
HSV(B)347.03º97.37%29.8%-
XYZ3.111.620.72-
YUV25.95123.52163.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 79.17%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=79.17%
G=2.08%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7621800.970.760.70347.0394.8715.29
Hex4C2120614C4615b5ff
Octal114222014111410653313717
Binary10011001010010011000011001100100011010101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,18); }

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

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

 a { background-color: rgb(76,2,18); }

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

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

 span { border-color: rgb(76,2,18); }

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