#551820

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

Shades of Bordeaux #551820

Tints of Bordeaux #551820

Color information

#551820 (or 0x551820) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 20. RGB value is (85,24,32). Sum of RGB (Red+Green+Blue) = 85+24+32=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551820 is #AAE7DF. Grayscale: #2B2B2B. Windows color (decimal): -11200480 or 2103381. OLE color: 2103381.

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

Color convert

RGB852432-
CMYK00.720.620.67
HSL352.13º55.96%21.37%-
HSV(B)352.13º71.76%33.33%-
XYZ4.332.691.66-
YUV43.15121.71157.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=60.28%
G=17.02%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85243200.720.620.67352.1355.9621.37
Hex5518200483E431603815
Octal12530400110761035407025
Binary10101011100010000001001000111110100001110110000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551820; }

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

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

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

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

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

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

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

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