#550B0F

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

Shades of Bordeaux #550B0F

Tints of Bordeaux #550B0F

Color information

#550B0F (or 0x550B0F) is unknown color: approx Bordeaux. HEX triplet: 55, 0B and 0F. RGB value is (85,11,15). Sum of RGB (Red+Green+Blue) = 85+11+15=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B0F is #AAF4F0. Grayscale: #212121. Windows color (decimal): -11203825 or 985941. OLE color: 985941.

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

Color convert

RGB851115-
CMYK00.870.820.67
HSL356.76º77.08%18.82%-
HSV(B)356.76º87.06%33.33%-
XYZ3.952.210.67-
YUV33.58117.52164.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 11 (4.69% from 255) = 9.91%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=76.58%
G=9.91%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85111500.870.820.67356.7677.0818.82
Hex55BF05752431654d13
Octal1251317012712210354511523
Binary1010101101111110101011110100101000011101100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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