#570120

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

Shades of Bordeaux #570120

Tints of Bordeaux #570120

Color information

#570120 (or 0x570120) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 20. RGB value is (87,1,32). Sum of RGB (Red+Green+Blue) = 87+1+32=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #570120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570120 is #A8FEDF. Grayscale: #1E1E1E. Windows color (decimal): -11075296 or 2097495. OLE color: 2097495.

HSL color Cylindrical-coordinate representation of color #570120: hue angle of 338.37º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570120 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB87132-
CMYK00.990.630.66
HSL338.37º97.73%17.25%-
HSV(B)338.37º98.85%34.12%-
XYZ4.22.151.56-
YUV30.25128.99168.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=72.5%
G=0.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713200.990.630.66338.3797.7317.25
Hex571200633F421526211
Octal12714001437710252214221
Binary10101111100000011000111111111000010101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570120; }

 p { color: rgb(87,1,32); }

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

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

 a { background-color: rgb(87,1,32); }

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

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

 span { border-color: rgb(87,1,32); }

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