#4C1D28

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

Shades of Bordeaux #4C1D28

Tints of Bordeaux #4C1D28

Color information

#4C1D28 (or 0x4C1D28) is unknown color: approx Bordeaux. HEX triplet: 4C, 1D and 28. RGB value is (76,29,40). Sum of RGB (Red+Green+Blue) = 76+29+40=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D28 is #B3E2D7. Grayscale: #2C2C2C. Windows color (decimal): -11789016 or 2628940. OLE color: 2628940.

HSL color Cylindrical-coordinate representation of color #4C1D28: hue angle of 345.96º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C1D28 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB762940-
CMYK00.620.470.70
HSL345.96º44.76%20.59%-
HSV(B)345.96º61.84%29.8%-
XYZ3.82.572.3-
YUV44.31125.57150.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.41%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=52.41%
G=20%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76294000.620.470.70345.9644.7620.59
Hex4C1D2803E2F4615a2d15
Octal1143550076571065325525
Binary1001100111011010000111110101111100011010101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,40); }

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

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

 a { background-color: rgb(76,29,40); }

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

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

 span { border-color: rgb(76,29,40); }

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