#4A2029

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

Shades of Bordeaux #4A2029

Tints of Bordeaux #4A2029

Color information

#4A2029 (or 0x4A2029) is unknown color: approx Bordeaux. HEX triplet: 4A, 20 and 29. RGB value is (74,32,41). Sum of RGB (Red+Green+Blue) = 74+32+41=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2029 is #B5DFD6. Grayscale: #2D2D2D. Windows color (decimal): -11919319 or 2695242. OLE color: 2695242.

HSL color Cylindrical-coordinate representation of color #4A2029: hue angle of 347.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2029 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB743241-
CMYK00.570.450.71
HSL347.14º39.62%20.78%-
HSV(B)347.14º56.76%29.02%-
XYZ3.742.652.41-
YUV45.58125.41148.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 50.34%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=50.34%
G=21.77%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74324100.570.450.71347.1439.6220.78
Hex4A20290392D4715b2815
Octal1124051071551075335025
Binary10010101000001010010111001101101100011110101101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,41); }

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

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

 a { background-color: rgb(74,32,41); }

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

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

 span { border-color: rgb(74,32,41); }

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