#55091B

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

Shades of Bordeaux #55091B

Tints of Bordeaux #55091B

Color information

#55091B (or 0x55091B) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 1B. RGB value is (85,9,27). Sum of RGB (Red+Green+Blue) = 85+9+27=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55091B is #AAF6E4. Grayscale: #212121. Windows color (decimal): -11204325 or 1771861. OLE color: 1771861.

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

Color convert

RGB85927-
CMYK00.890.680.67
HSL345.79º80.85%18.43%-
HSV(B)345.79º89.41%33.33%-
XYZ4.042.211.25-
YUV33.78124.18164.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=70.25%
G=7.44%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592700.890.680.67345.7980.8518.43
Hex5591B059444315a5112
Octal1251133013110410353212122
Binary10101011001110110101100110001001000011101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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