#551929

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

Shades of Bordeaux #551929

Tints of Bordeaux #551929

Color information

#551929 (or 0x551929) is unknown color: approx Bordeaux. HEX triplet: 55, 19 and 29. RGB value is (85,25,41). Sum of RGB (Red+Green+Blue) = 85+25+41=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551929 is #AAE6D6. Grayscale: #2C2C2C. Windows color (decimal): -11200215 or 2693461. OLE color: 2693461.

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

Color convert

RGB852541-
CMYK00.710.520.67
HSL344º54.55%21.57%-
HSV(B)344º70.59%33.33%-
XYZ4.492.792.4-
YUV44.76125.88156.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=56.29%
G=16.56%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85254100.710.520.6734454.5521.57
Hex55192904734431583716
Octal12531510107641035306726
Binary10101011100110100101000111110100100001110101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551929; }

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

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

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

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

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

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

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

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