#570321

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

Shades of Bordeaux #570321

Tints of Bordeaux #570321

Color information

#570321 (or 0x570321) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 21. RGB value is (87,3,33). Sum of RGB (Red+Green+Blue) = 87+3+33=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570321 is #A8FCDE. Grayscale: #1F1F1F. Windows color (decimal): -11074783 or 2163543. OLE color: 2163543.

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

Color convert

RGB87333-
CMYK00.970.620.66
HSL338.57º93.33%17.65%-
HSV(B)338.57º96.55%34.12%-
XYZ4.242.21.64-
YUV31.54128.83167.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=70.73%
G=2.44%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733300.970.620.66338.5793.3317.65
Hex573210613E421535d12
Octal12734101417610252313522
Binary101011111100001011000011111101000010101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570321; }

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

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

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

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

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

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

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

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