#570509

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

Shades of Bordeaux #570509

Tints of Bordeaux #570509

Color information

#570509 (or 0x570509) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 09. RGB value is (87,5,9). Sum of RGB (Red+Green+Blue) = 87+5+9=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #570509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570509 is #A8FAF6. Grayscale: #1E1E1E. Windows color (decimal): -11074295 or 591191. OLE color: 591191.

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

Color convert

RGB8759-
CMYK00.940.900.66
HSL357.07º89.13%18.04%-
HSV(B)357.07º94.25%34.12%-
XYZ4.032.150.46-
YUV29.97116.17168.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 86.14%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=86.14%
G=4.95%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal875900.940.900.66357.0789.1318.04
Hex575905E5A421655912
Octal127511013613210254513122
Binary101011110110010101111010110101000010101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570509; }

 p { color: rgb(87,5,9); }

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

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

 a { background-color: rgb(87,5,9); }

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

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

 span { border-color: rgb(87,5,9); }

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