#55091C

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

Shades of Bordeaux #55091C

Tints of Bordeaux #55091C

Color information

#55091C (or 0x55091C) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 1C. RGB value is (85,9,28). Sum of RGB (Red+Green+Blue) = 85+9+28=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55091C is #AAF6E3. Grayscale: #212121. Windows color (decimal): -11204324 or 1837397. OLE color: 1837397.

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

Color convert

RGB85928-
CMYK00.890.670.67
HSL345º80.85%18.43%-
HSV(B)345º89.41%33.33%-
XYZ4.052.211.31-
YUV33.89124.68164.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=69.67%
G=7.38%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592800.890.670.6734580.8518.43
Hex5591C05943431595112
Octal1251134013110310353112122
Binary10101011001111000101100110000111000011101011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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