#550821

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

Shades of Bordeaux #550821

Tints of Bordeaux #550821

Color information

#550821 (or 0x550821) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 21. RGB value is (85,8,33). Sum of RGB (Red+Green+Blue) = 85+8+33=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550821 is #AAF7DE. Grayscale: #212121. Windows color (decimal): -11204575 or 2164821. OLE color: 2164821.

HSL color Cylindrical-coordinate representation of color #550821: hue angle of 340.52º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550821 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB85833-
CMYK00.910.610.67
HSL340.52º82.8%18.24%-
HSV(B)340.52º90.59%33.33%-
XYZ4.112.211.65-
YUV33.87127.51164.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=67.46%
G=6.35%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583300.910.610.67340.5282.818.24
Hex5582105B3D431555312
Octal125104101337510352512322
Binary10101011000100001010110111111011000011101010101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550821; }

 p { color: rgb(85,8,33); }

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

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

 a { background-color: rgb(85,8,33); }

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

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

 span { border-color: rgb(85,8,33); }

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