#4C222C

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

Shades of Bordeaux #4C222C

Tints of Bordeaux #4C222C

Color information

#4C222C (or 0x4C222C) is unknown color: approx Bordeaux. HEX triplet: 4C, 22 and 2C. RGB value is (76,34,44). Sum of RGB (Red+Green+Blue) = 76+34+44=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C222C is #B3DDD3. Grayscale: #2F2F2F. Windows color (decimal): -11787732 or 2892364. OLE color: 2892364.

HSL color Cylindrical-coordinate representation of color #4C222C: hue angle of 345.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C222C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB763444-
CMYK00.550.420.70
HSL345.71º38.18%21.57%-
HSV(B)345.71º55.26%29.8%-
XYZ4.012.862.72-
YUV47.7125.91148.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=49.35%
G=22.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76344400.550.420.70345.7138.1821.57
Hex4C222C0372A4615a2616
Octal1144254067521065324626
Binary10011001000101011000110111101010100011010101101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,44); }

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

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

 a { background-color: rgb(76,34,44); }

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

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

 span { border-color: rgb(76,34,44); }

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