#570411

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

Shades of Bordeaux #570411

Tints of Bordeaux #570411

Color information

#570411 (or 0x570411) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 11. RGB value is (87,4,17). Sum of RGB (Red+Green+Blue) = 87+4+17=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570411 is #A8FBEE. Grayscale: #1E1E1E. Windows color (decimal): -11074543 or 1115223. OLE color: 1115223.

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

Color convert

RGB87417-
CMYK00.950.800.66
HSL350.6º91.21%17.84%-
HSV(B)350.6º95.4%34.12%-
XYZ4.082.150.73-
YUV30.3120.5168.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=80.56%
G=3.70%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8741700.950.800.66350.691.2117.84
Hex5741105F504215f5b12
Octal127421013712010253713322
Binary1010111100100010101111110100001000010101011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570411; }

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

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

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

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

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

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

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

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