#570717

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

Shades of Bordeaux #570717

Tints of Bordeaux #570717

Color information

#570717 (or 0x570717) is unknown color: approx Bordeaux. HEX triplet: 57, 07 and 17. RGB value is (87,7,23). Sum of RGB (Red+Green+Blue) = 87+7+23=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #570717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570717 is #A8F8E8. Grayscale: #202020. Windows color (decimal): -11073769 or 1509207. OLE color: 1509207.

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

Color convert

RGB87723-
CMYK00.920.740.66
HSL348º85.11%18.43%-
HSV(B)348º91.95%34.12%-
XYZ4.162.241.02-
YUV32.74122.5166.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=74.36%
G=5.98%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8772300.920.740.6634885.1118.43
Hex5771705C4A4215c5512
Octal127727013411210253412522
Binary1010111111101110101110010010101000010101011100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570717; }

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

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

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

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

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

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

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

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