#570013

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

Shades of Bordeaux #570013

Tints of Bordeaux #570013

Color information

#570013 (or 0x570013) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 13. RGB value is (87,0,19). Sum of RGB (Red+Green+Blue) = 87+0+19=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570013 is #A8FFEC. Grayscale: #1C1C1C. Windows color (decimal): -11075565 or 1245271. OLE color: 1245271.

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

Color convert

RGB87019-
CMYK010.780.66
HSL346.9º100%17.06%-
HSV(B)346.9º100%34.12%-
XYZ4.052.070.8-
YUV28.18122.82169.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=82.08%
G=0%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87019010.780.66346.910017.06
Hex570130644E4215b6411
Octal127023014411610253314421
Binary10101110100110110010010011101000010101011011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570013; }

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

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

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

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

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

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

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

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