#570525

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

Shades of Bordeaux #570525

Tints of Bordeaux #570525

Color information

#570525 (or 0x570525) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 25. RGB value is (87,5,37). Sum of RGB (Red+Green+Blue) = 87+5+37=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570525 is #A8FADA. Grayscale: #212121. Windows color (decimal): -11074267 or 2426199. OLE color: 2426199.

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

Color convert

RGB87537-
CMYK00.940.570.66
HSL336.59º89.13%18.04%-
HSV(B)336.59º94.25%34.12%-
XYZ4.322.271.96-
YUV33.17130.17166.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=67.44%
G=3.88%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753700.940.570.66336.5989.1318.04
Hex5752505E39421515912
Octal12754501367110252113122
Binary1010111101100101010111101110011000010101010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570525; }

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

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

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

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

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

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

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

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