#550711

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

Shades of Bordeaux #550711

Tints of Bordeaux #550711

Color information

#550711 (or 0x550711) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 11. RGB value is (85,7,17). Sum of RGB (Red+Green+Blue) = 85+7+17=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550711 is #AAF8EE. Grayscale: #1F1F1F. Windows color (decimal): -11204847 or 1115989. OLE color: 1115989.

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

Color convert

RGB85717-
CMYK00.920.800.67
HSL352.31º84.78%18.04%-
HSV(B)352.31º91.76%33.33%-
XYZ3.922.120.73-
YUV31.46119.84166.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=77.98%
G=6.42%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571700.920.800.67352.3184.7818.04
Hex5571105C50431605512
Octal125721013412010354012522
Binary1010101111100010101110010100001000011101100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550711; }

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

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

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

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

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

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

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

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