#550B10

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

Shades of Bordeaux #550B10

Tints of Bordeaux #550B10

Color information

#550B10 (or 0x550B10) is unknown color: approx Bordeaux. HEX triplet: 55, 0B and 10. RGB value is (85,11,16). Sum of RGB (Red+Green+Blue) = 85+11+16=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B10 is #AAF4EF. Grayscale: #212121. Windows color (decimal): -11203824 or 1051477. OLE color: 1051477.

HSL color Cylindrical-coordinate representation of color #550B10: hue angle of 355.95º 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 #550B10 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB851116-
CMYK00.870.810.67
HSL355.95º77.08%18.82%-
HSV(B)355.95º87.06%33.33%-
XYZ3.962.210.71-
YUV33.7118.02164.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=75.89%
G=9.82%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85111600.870.810.67355.9577.0818.82
Hex55B1005751431644d13
Octal1251320012712110354411523
Binary10101011011100000101011110100011000011101100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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