#4C1E24

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

Shades of Bordeaux #4C1E24

Tints of Bordeaux #4C1E24

Color information

#4C1E24 (or 0x4C1E24) is unknown color: approx Bordeaux. HEX triplet: 4C, 1E and 24. RGB value is (76,30,36). Sum of RGB (Red+Green+Blue) = 76+30+36=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1E24 is #B3E1DB. Grayscale: #2C2C2C. Windows color (decimal): -11788764 or 2367052. OLE color: 2367052.

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

Color convert

RGB763036-
CMYK00.610.530.70
HSL352.17º43.4%20.78%-
HSV(B)352.17º60.53%29.8%-
XYZ3.762.591.97-
YUV44.44123.24150.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.52%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=53.52%
G=21.13%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76303600.610.530.70352.1743.420.78
Hex4C1E2403D35461602b15
Octal1143644075651065405325
Binary1001100111101001000111101110101100011010110000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,30,36); }

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

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

 a { background-color: rgb(76,30,36); }

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

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

 span { border-color: rgb(76,30,36); }

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