#570715

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

Shades of Bordeaux #570715

Tints of Bordeaux #570715

Color information

#570715 (or 0x570715) is unknown color: approx Bordeaux. HEX triplet: 57, 07 and 15. RGB value is (87,7,21). Sum of RGB (Red+Green+Blue) = 87+7+21=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570715 is #A8F8EA. Grayscale: #202020. Windows color (decimal): -11073771 or 1378135. OLE color: 1378135.

HSL color Cylindrical-coordinate representation of color #570715: hue angle of 349.5º 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 #570715 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB87721-
CMYK00.920.760.66
HSL349.5º85.11%18.43%-
HSV(B)349.5º91.95%34.12%-
XYZ4.142.230.92-
YUV32.52121.5166.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=75.65%
G=6.09%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8772100.920.760.66349.585.1118.43
Hex5771505C4C4215e5512
Octal127725013411410253612522
Binary1010111111101010101110010011001000010101011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570715; }

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

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

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

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

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

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

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

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