#550311

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

Shades of Bordeaux #550311

Tints of Bordeaux #550311

Color information

#550311 (or 0x550311) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 11. RGB value is (85,3,17). Sum of RGB (Red+Green+Blue) = 85+3+17=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550311 is #AAFCEE. Grayscale: #1D1D1D. Windows color (decimal): -11205871 or 1114965. OLE color: 1114965.

HSL color Cylindrical-coordinate representation of color #550311: hue angle of 349.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550311 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB85317-
CMYK00.960.800.67
HSL349.76º93.18%17.25%-
HSV(B)349.76º96.47%33.33%-
XYZ3.882.040.72-
YUV29.11121.17167.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=80.95%
G=2.86%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531700.960.800.67349.7693.1817.25
Hex55311060504315e5d11
Octal125321014012010353613521
Binary101010111100010110000010100001000011101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550311; }

 p { color: rgb(85,3,17); }

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

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

 a { background-color: rgb(85,3,17); }

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

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

 span { border-color: rgb(85,3,17); }

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