#570512

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

Shades of Bordeaux #570512

Tints of Bordeaux #570512

Color information

#570512 (or 0x570512) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 12. RGB value is (87,5,18). Sum of RGB (Red+Green+Blue) = 87+5+18=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570512 is #A8FAED. Grayscale: #1F1F1F. Windows color (decimal): -11074286 or 1181015. OLE color: 1181015.

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

Color convert

RGB87518-
CMYK00.940.790.66
HSL350.49º89.13%18.04%-
HSV(B)350.49º94.25%34.12%-
XYZ4.092.180.78-
YUV31120.67167.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.09%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=79.09%
G=4.55%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751800.940.790.66350.4989.1318.04
Hex5751205E4F4215e5912
Octal127522013611710253613122
Binary1010111101100100101111010011111000010101011110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570512; }

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

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

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

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

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

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

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

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