#550217

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

Shades of Bordeaux #550217

Tints of Bordeaux #550217

Color information

#550217 (or 0x550217) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 17. RGB value is (85,2,23). Sum of RGB (Red+Green+Blue) = 85+2+23=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550217 is #AAFDE8. Grayscale: #1D1D1D. Windows color (decimal): -11206121 or 1507925. OLE color: 1507925.

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

Color convert

RGB85223-
CMYK00.980.730.67
HSL344.82º95.4%17.06%-
HSV(B)344.82º97.65%33.33%-
XYZ3.922.041-
YUV29.21124.5167.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=77.27%
G=1.82%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522300.980.730.67344.8295.417.06
Hex5521706249431595f11
Octal125227014211110353113721
Binary101010110101110110001010010011000011101011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550217; }

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

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

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

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

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

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

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

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