#550117

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

Shades of Bordeaux #550117

Tints of Bordeaux #550117

Color information

#550117 (or 0x550117) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 17. RGB value is (85,1,23). Sum of RGB (Red+Green+Blue) = 85+1+23=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550117 is #AAFEE8. Grayscale: #1C1C1C. Windows color (decimal): -11206377 or 1507669. OLE color: 1507669.

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

Color convert

RGB85123-
CMYK00.990.730.67
HSL344.29º97.67%16.86%-
HSV(B)344.29º98.82%33.33%-
XYZ3.912.010.99-
YUV28.62124.83168.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 23 (9.38% from 255) = 21.10%
R=77.98%
G=0.92%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512300.990.730.67344.2997.6716.86
Hex5511706349431586211
Octal125127014311110353014221
Binary10101011101110110001110010011000011101011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550117; }

 p { color: rgb(85,1,23); }

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

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

 a { background-color: rgb(85,1,23); }

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

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

 span { border-color: rgb(85,1,23); }

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