#551020

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

Shades of Bordeaux #551020

Tints of Bordeaux #551020

Color information

#551020 (or 0x551020) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 20. RGB value is (85,16,32). Sum of RGB (Red+Green+Blue) = 85+16+32=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551020 is #AAEFDF. Grayscale: #262626. Windows color (decimal): -11202528 or 2101333. OLE color: 2101333.

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

Color convert

RGB851632-
CMYK00.810.620.67
HSL346.09º68.32%19.8%-
HSV(B)346.09º81.18%33.33%-
XYZ4.192.411.61-
YUV38.46124.36161.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=63.91%
G=12.03%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85163200.810.620.67346.0968.3219.8
Hex5510200513E4315a4414
Octal125204001217610353210424
Binary101010110000100000010100011111101000011101011010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551020; }

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

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

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

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

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

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

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

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