#570624

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

Shades of Bordeaux #570624

Tints of Bordeaux #570624

Color information

#570624 (or 0x570624) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 24. RGB value is (87,6,36). Sum of RGB (Red+Green+Blue) = 87+6+36=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570624 is #A8F9DB. Grayscale: #212121. Windows color (decimal): -11074012 or 2360919. OLE color: 2360919.

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

Color convert

RGB87636-
CMYK00.930.590.66
HSL337.78º87.1%18.24%-
HSV(B)337.78º93.1%34.12%-
XYZ4.312.281.88-
YUV33.64129.34166.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=67.44%
G=4.65%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8763600.930.590.66337.7887.118.24
Hex5762405D3B421525712
Octal12764401357310252212722
Binary1010111110100100010111011110111000010101010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570624; }

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

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

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

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

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

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

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

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