#4C1D29

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

Shades of Bordeaux #4C1D29

Tints of Bordeaux #4C1D29

Color information

#4C1D29 (or 0x4C1D29) is unknown color: approx Bordeaux. HEX triplet: 4C, 1D and 29. RGB value is (76,29,41). Sum of RGB (Red+Green+Blue) = 76+29+41=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D29 is #B3E2D6. Grayscale: #2C2C2C. Windows color (decimal): -11789015 or 2694476. OLE color: 2694476.

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

Color convert

RGB762941-
CMYK00.620.460.70
HSL344.68º44.76%20.59%-
HSV(B)344.68º61.84%29.8%-
XYZ3.822.582.39-
YUV44.42126.07150.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.05%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=52.05%
G=19.86%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76294100.620.460.70344.6844.7620.59
Hex4C1D2903E2E461592d15
Octal1143551076561065315525
Binary1001100111011010010111110101110100011010101100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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