#550215

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

Shades of Bordeaux #550215

Tints of Bordeaux #550215

Color information

#550215 (or 0x550215) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 15. RGB value is (85,2,21). Sum of RGB (Red+Green+Blue) = 85+2+21=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550215 is #AAFDEA. Grayscale: #1C1C1C. Windows color (decimal): -11206123 or 1376853. OLE color: 1376853.

HSL color Cylindrical-coordinate representation of color #550215: hue angle of 346.27º 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 #550215 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB85221-
CMYK00.980.750.67
HSL346.27º95.4%17.06%-
HSV(B)346.27º97.65%33.33%-
XYZ3.92.030.9-
YUV28.98123.5167.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=78.70%
G=1.85%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522100.980.750.67346.2795.417.06
Hex552150624B4315a5f11
Octal125225014211310353213721
Binary101010110101010110001010010111000011101011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550215; }

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

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

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

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

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

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

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

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