#570610

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

Shades of Bordeaux #570610

Tints of Bordeaux #570610

Color information

#570610 (or 0x570610) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 10. RGB value is (87,6,16). Sum of RGB (Red+Green+Blue) = 87+6+16=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570610 is #A8F9EF. Grayscale: #1F1F1F. Windows color (decimal): -11074032 or 1050199. OLE color: 1050199.

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

Color convert

RGB87616-
CMYK00.930.820.66
HSL352.59º87.1%18.24%-
HSV(B)352.59º93.1%34.12%-
XYZ4.092.190.7-
YUV31.36119.34167.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=79.82%
G=5.50%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8761600.930.820.66352.5987.118.24
Hex5761005D52421615712
Octal127620013512210254112722
Binary1010111110100000101110110100101000010101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570610; }

 p { color: rgb(87,6,16); }

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

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

 a { background-color: rgb(87,6,16); }

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

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

 span { border-color: rgb(87,6,16); }

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