#55000A

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

Shades of Bordeaux #55000A

Tints of Bordeaux #55000A

Color information

#55000A (or 0x55000A) is unknown color: approx Bordeaux. HEX triplet: 55, 00 and 0A. RGB value is (85,0,10). Sum of RGB (Red+Green+Blue) = 85+0+10=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #55000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000A is #AAFFF5. Grayscale: #1A1A1A. Windows color (decimal): -11206646 or 655445. OLE color: 655445.

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

Color convert

RGB85010-
CMYK010.880.67
HSL352.94º100%16.67%-
HSV(B)352.94º100%33.33%-
XYZ3.81.950.46-
YUV26.56118.66169.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85010010.880.67352.9410016.67
Hex550A06458431616411
Octal125012014413010354114421
Binary1010101010100110010010110001000011101100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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