#570320

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

Shades of Bordeaux #570320

Tints of Bordeaux #570320

Color information

#570320 (or 0x570320) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 20. RGB value is (87,3,32). Sum of RGB (Red+Green+Blue) = 87+3+32=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570320 is #A8FCDF. Grayscale: #1F1F1F. Windows color (decimal): -11074784 or 2098007. OLE color: 2098007.

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

Color convert

RGB87332-
CMYK00.970.630.66
HSL339.29º93.33%17.65%-
HSV(B)339.29º96.55%34.12%-
XYZ4.222.21.57-
YUV31.42128.33167.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=71.31%
G=2.46%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733200.970.630.66339.2993.3317.65
Hex573200613F421535d12
Octal12734001417710252313522
Binary101011111100000011000011111111000010101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570320; }

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

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

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

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

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

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

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

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