#55020B

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

Shades of Bordeaux #55020B

Tints of Bordeaux #55020B

Color information

#55020B (or 0x55020B) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 0B. RGB value is (85,2,11). Sum of RGB (Red+Green+Blue) = 85+2+11=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #55020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020B is #AAFDF4. Grayscale: #1B1B1B. Windows color (decimal): -11206133 or 721493. OLE color: 721493.

HSL color Cylindrical-coordinate representation of color #55020B: hue angle of 353.49º 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 #55020B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB85211-
CMYK00.980.870.67
HSL353.49º95.4%17.06%-
HSV(B)353.49º97.65%33.33%-
XYZ3.8320.5-
YUV27.84118.5168.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=86.73%
G=2.04%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8521100.980.870.67353.4995.417.06
Hex552B06257431615f11
Octal125213014212710354113721
Binary10101011010110110001010101111000011101100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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