#552029

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

Shades of Bordeaux #552029

Tints of Bordeaux #552029

Color information

#552029 (or 0x552029) is unknown color: approx Bordeaux. HEX triplet: 55, 20 and 29. RGB value is (85,32,41). Sum of RGB (Red+Green+Blue) = 85+32+41=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552029 is #AADFD6. Grayscale: #303030. Windows color (decimal): -11198423 or 2695253. OLE color: 2695253.

HSL color Cylindrical-coordinate representation of color #552029: hue angle of 349.81º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552029 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB853241-
CMYK00.620.520.67
HSL349.81º45.3%22.94%-
HSV(B)349.81º62.35%33.33%-
XYZ4.663.122.46-
YUV48.87123.56153.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=53.80%
G=20.25%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85324100.620.520.67349.8145.322.94
Hex55202903E344315e2d17
Octal1254051076641035365527
Binary10101011000001010010111110110100100001110101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552029; }

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

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

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

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

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

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

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

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