#550B19

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

Shades of Bordeaux #550B19

Tints of Bordeaux #550B19

Color information

#550B19 (or 0x550B19) is unknown color: approx Bordeaux. HEX triplet: 55, 0B and 19. RGB value is (85,11,25). Sum of RGB (Red+Green+Blue) = 85+11+25=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B19 is #AAF4E6. Grayscale: #222222. Windows color (decimal): -11203815 or 1641301. OLE color: 1641301.

HSL color Cylindrical-coordinate representation of color #550B19: hue angle of 348.65º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B19 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB851125-
CMYK00.870.710.67
HSL348.65º77.08%18.82%-
HSV(B)348.65º87.06%33.33%-
XYZ4.042.241.14-
YUV34.72122.52163.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=70.25%
G=9.09%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85112500.870.710.67348.6577.0818.82
Hex55B19057474315d4d13
Octal1251331012710710353511523
Binary10101011011110010101011110001111000011101011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550B19; }

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

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

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

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

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

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

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

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