#570424

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

Shades of Bordeaux #570424

Tints of Bordeaux #570424

Color information

#570424 (or 0x570424) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 24. RGB value is (87,4,36). Sum of RGB (Red+Green+Blue) = 87+4+36=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570424 is #A8FBDB. Grayscale: #202020. Windows color (decimal): -11074524 or 2360407. OLE color: 2360407.

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

Color convert

RGB87436-
CMYK00.950.590.66
HSL336.87º91.21%17.84%-
HSV(B)336.87º95.4%34.12%-
XYZ4.292.241.88-
YUV32.46130166.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=68.50%
G=3.15%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8743600.950.590.66336.8791.2117.84
Hex5742405F3B421515b12
Octal12744401377310252113322
Binary1010111100100100010111111110111000010101010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570424; }

 p { color: rgb(87,4,36); }

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

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

 a { background-color: rgb(87,4,36); }

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

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

 span { border-color: rgb(87,4,36); }

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