#570421

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

Shades of Bordeaux #570421

Tints of Bordeaux #570421

Color information

#570421 (or 0x570421) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 21. RGB value is (87,4,33). Sum of RGB (Red+Green+Blue) = 87+4+33=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570421 is #A8FBDE. Grayscale: #202020. Windows color (decimal): -11074527 or 2163799. OLE color: 2163799.

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

Color convert

RGB87433-
CMYK00.950.620.66
HSL339.04º91.21%17.84%-
HSV(B)339.04º95.4%34.12%-
XYZ4.252.221.64-
YUV32.12128.5167.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=70.16%
G=3.23%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8743300.950.620.66339.0491.2117.84
Hex5742105F3E421535b12
Octal12744101377610252313322
Binary1010111100100001010111111111101000010101010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570421; }

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

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

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

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

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

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

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

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