#55090E

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

Shades of Bordeaux #55090E

Tints of Bordeaux #55090E

Color information

#55090E (or 0x55090E) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 0E. RGB value is (85,9,14). Sum of RGB (Red+Green+Blue) = 85+9+14=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #55090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55090E is #AAF6F1. Grayscale: #202020. Windows color (decimal): -11204338 or 919893. OLE color: 919893.

HSL color Cylindrical-coordinate representation of color #55090E: hue angle of 356.05º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55090E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB85914-
CMYK00.890.840.67
HSL356.05º80.85%18.43%-
HSV(B)356.05º89.41%33.33%-
XYZ3.922.160.63-
YUV32.29117.68165.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=78.70%
G=8.33%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8591400.890.840.67356.0580.8518.43
Hex559E05954431645112
Octal1251116013112410354412122
Binary1010101100111100101100110101001000011101100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55090E; }

 p { color: rgb(85,9,14); }

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

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

 a { background-color: rgb(85,9,14); }

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

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

 span { border-color: rgb(85,9,14); }

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