#550918

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

Shades of Bordeaux #550918

Tints of Bordeaux #550918

Color information

#550918 (or 0x550918) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 18. RGB value is (85,9,24). Sum of RGB (Red+Green+Blue) = 85+9+24=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550918 is #AAF6E7. Grayscale: #212121. Windows color (decimal): -11204328 or 1575253. OLE color: 1575253.

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

Color convert

RGB85924-
CMYK00.890.720.67
HSL348.16º80.85%18.43%-
HSV(B)348.16º89.41%33.33%-
XYZ4.012.191.08-
YUV33.43122.68164.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=72.03%
G=7.63%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592400.890.720.67348.1680.8518.43
Hex55918059484315c5112
Octal1251130013111010353412122
Binary10101011001110000101100110010001000011101011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550918; }

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

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

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

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

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

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

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

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