#570514

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

Shades of Bordeaux #570514

Tints of Bordeaux #570514

Color information

#570514 (or 0x570514) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 14. RGB value is (87,5,20). Sum of RGB (Red+Green+Blue) = 87+5+20=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570514 is #A8FAEB. Grayscale: #1F1F1F. Windows color (decimal): -11074284 or 1312087. OLE color: 1312087.

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

Color convert

RGB87520-
CMYK00.940.770.66
HSL349.02º89.13%18.04%-
HSV(B)349.02º94.25%34.12%-
XYZ4.112.190.87-
YUV31.23121.67167.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 77.68%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=77.68%
G=4.46%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752000.940.770.66349.0289.1318.04
Hex5751405E4D4215d5912
Octal127524013611510253513122
Binary1010111101101000101111010011011000010101011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570514; }

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

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

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

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

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

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

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

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