#4C1929

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

Shades of Bordeaux #4C1929

Tints of Bordeaux #4C1929

Color information

#4C1929 (or 0x4C1929) is unknown color: approx Bordeaux. HEX triplet: 4C, 19 and 29. RGB value is (76,25,41). Sum of RGB (Red+Green+Blue) = 76+25+41=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1929 is #B3E6D6. Grayscale: #2A2A2A. Windows color (decimal): -11790039 or 2693452. OLE color: 2693452.

HSL color Cylindrical-coordinate representation of color #4C1929: hue angle of 341.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1929 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB762541-
CMYK00.670.460.70
HSL341.18º50.5%19.8%-
HSV(B)341.18º67.11%29.8%-
XYZ3.732.392.36-
YUV42.07127.4152.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.52%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=53.52%
G=17.61%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76254100.670.460.70341.1850.519.8
Hex4C19290432E461553214
Octal11431510103561065256224
Binary10011001100110100101000011101110100011010101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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