#550919

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

Shades of Bordeaux #550919

Tints of Bordeaux #550919

Color information

#550919 (or 0x550919) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 19. RGB value is (85,9,25). Sum of RGB (Red+Green+Blue) = 85+9+25=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #550919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550919 is #AAF6E6. Grayscale: #212121. Windows color (decimal): -11204327 or 1640789. OLE color: 1640789.

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

Color convert

RGB85925-
CMYK00.890.710.67
HSL347.37º80.85%18.43%-
HSV(B)347.37º89.41%33.33%-
XYZ4.022.21.13-
YUV33.55123.18164.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=71.43%
G=7.56%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592500.890.710.67347.3780.8518.43
Hex55919059474315b5112
Octal1251131013110710353312122
Binary10101011001110010101100110001111000011101011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550919; }

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

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

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

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

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

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

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

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