#570518

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

Shades of Bordeaux #570518

Tints of Bordeaux #570518

Color information

#570518 (or 0x570518) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 18. RGB value is (87,5,24). Sum of RGB (Red+Green+Blue) = 87+5+24=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570518 is #A8FAE7. Grayscale: #1F1F1F. Windows color (decimal): -11074280 or 1574231. OLE color: 1574231.

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

Color convert

RGB87524-
CMYK00.940.720.66
HSL346.1º89.13%18.04%-
HSV(B)346.1º94.25%34.12%-
XYZ4.152.21.07-
YUV31.68123.67167.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=75%
G=4.31%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752400.940.720.66346.189.1318.04
Hex5751805E484215a5912
Octal127530013611010253213122
Binary1010111101110000101111010010001000010101011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570518; }

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

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

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

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

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

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

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

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