#550819

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

Shades of Bordeaux #550819

Tints of Bordeaux #550819

Color information

#550819 (or 0x550819) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 19. RGB value is (85,8,25). Sum of RGB (Red+Green+Blue) = 85+8+25=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #550819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550819 is #AAF7E6. Grayscale: #202020. Windows color (decimal): -11204583 or 1640533. OLE color: 1640533.

HSL color Cylindrical-coordinate representation of color #550819: hue angle of 346.75º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550819 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB85825-
CMYK00.910.710.67
HSL346.75º82.8%18.24%-
HSV(B)346.75º90.59%33.33%-
XYZ4.012.181.13-
YUV32.96123.51165.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=72.03%
G=6.78%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582500.910.710.67346.7582.818.24
Hex5581905B474315b5312
Octal1251031013310710353312322
Binary10101011000110010101101110001111000011101011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550819; }

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

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

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

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

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

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

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

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