#550B14

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

Shades of Bordeaux #550B14

Tints of Bordeaux #550B14

Color information

#550B14 (or 0x550B14) is unknown color: approx Bordeaux. HEX triplet: 55, 0B and 14. RGB value is (85,11,20). Sum of RGB (Red+Green+Blue) = 85+11+20=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #550B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B14 is #AAF4EB. Grayscale: #222222. Windows color (decimal): -11203820 or 1313621. OLE color: 1313621.

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

Color convert

RGB851120-
CMYK00.870.760.67
HSL352.7º77.08%18.82%-
HSV(B)352.7º87.06%33.33%-
XYZ3.992.220.88-
YUV34.15120.02164.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.28%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=73.28%
G=9.48%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85112000.870.760.67352.777.0818.82
Hex55B140574C431614d13
Octal1251324012711410354111523
Binary10101011011101000101011110011001000011101100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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