#570313

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

Shades of Bordeaux #570313

Tints of Bordeaux #570313

Color information

#570313 (or 0x570313) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 13. RGB value is (87,3,19). Sum of RGB (Red+Green+Blue) = 87+3+19=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570313 is #A8FCEC. Grayscale: #1D1D1D. Windows color (decimal): -11074797 or 1246039. OLE color: 1246039.

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

Color convert

RGB87319-
CMYK00.970.780.66
HSL348.57º93.33%17.65%-
HSV(B)348.57º96.55%34.12%-
XYZ4.082.140.81-
YUV29.94121.83168.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=79.82%
G=2.75%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8731900.970.780.66348.5793.3317.65
Hex573130614E4215d5d12
Octal127323014111610253513522
Binary101011111100110110000110011101000010101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570313; }

 p { color: rgb(87,3,19); }

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

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

 a { background-color: rgb(87,3,19); }

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

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

 span { border-color: rgb(87,3,19); }

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