#570021

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

Shades of Bordeaux #570021

Tints of Bordeaux #570021

Color information

#570021 (or 0x570021) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 21. RGB value is (87,0,33). Sum of RGB (Red+Green+Blue) = 87+0+33=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #570021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570021 is #A8FFDE. Grayscale: #1D1D1D. Windows color (decimal): -11075551 or 2162775. OLE color: 2162775.

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

Color convert

RGB87033-
CMYK010.620.66
HSL337.24º100%17.06%-
HSV(B)337.24º100%34.12%-
XYZ4.22.141.63-
YUV29.78129.82168.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=72.5%
G=0%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87033010.620.66337.2410017.06
Hex570210643E421516411
Octal12704101447610252114421
Binary10101110100001011001001111101000010101010001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570021; }

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

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

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

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

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

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

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

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