#551229

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

Shades of Bordeaux #551229

Tints of Bordeaux #551229

Color information

#551229 (or 0x551229) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 29. RGB value is (85,18,41). Sum of RGB (Red+Green+Blue) = 85+18+41=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551229 is #AAEDD6. Grayscale: #282828. Windows color (decimal): -11202007 or 2691669. OLE color: 2691669.

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

Color convert

RGB851841-
CMYK00.790.520.67
HSL339.4º65.05%20.2%-
HSV(B)339.4º78.82%33.33%-
XYZ4.362.522.36-
YUV40.65128.2159.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=59.03%
G=12.5%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85184100.790.520.67339.465.0520.2
Hex55122904F34431534114
Octal125225101176410352310124
Binary101010110010101001010011111101001000011101010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551229; }

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

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

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

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

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

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

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

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