#570217

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

Shades of Bordeaux #570217

Tints of Bordeaux #570217

Color information

#570217 (or 0x570217) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 17. RGB value is (87,2,23). Sum of RGB (Red+Green+Blue) = 87+2+23=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570217 is #A8FDE8. Grayscale: #1D1D1D. Windows color (decimal): -11075049 or 1507927. OLE color: 1507927.

HSL color Cylindrical-coordinate representation of color #570217: hue angle of 345.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570217 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB87223-
CMYK00.980.740.66
HSL345.18º95.51%17.45%-
HSV(B)345.18º97.7%34.12%-
XYZ4.112.131.01-
YUV29.81124.16168.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=77.68%
G=1.79%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722300.980.740.66345.1895.5117.45
Hex572170624A421596011
Octal127227014211210253114021
Binary101011110101110110001010010101000010101011001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570217; }

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

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

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

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

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

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

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

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