#55020A

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

Shades of Bordeaux #55020A

Tints of Bordeaux #55020A

Color information

#55020A (or 0x55020A) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 0A. RGB value is (85,2,10). Sum of RGB (Red+Green+Blue) = 85+2+10=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #55020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020A is #AAFDF5. Grayscale: #1B1B1B. Windows color (decimal): -11206134 or 655957. OLE color: 655957.

HSL color Cylindrical-coordinate representation of color #55020A: hue angle of 354.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55020A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB85210-
CMYK00.980.880.67
HSL354.22º95.4%17.06%-
HSV(B)354.22º97.65%33.33%-
XYZ3.8220.47-
YUV27.73118168.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 87.63%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=87.63%
G=2.06%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8521000.980.880.67354.2295.417.06
Hex552A06258431625f11
Octal125212014213010354213721
Binary10101011010100110001010110001000011101100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55020A; }

 p { color: rgb(85,2,10); }

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

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

 a { background-color: rgb(85,2,10); }

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

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

 span { border-color: rgb(85,2,10); }

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