#571024

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

Shades of Bordeaux #571024

Tints of Bordeaux #571024

Color information

#571024 (or 0x571024) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 24. RGB value is (87,16,36). Sum of RGB (Red+Green+Blue) = 87+16+36=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571024 is #A8EFDB. Grayscale: #272727. Windows color (decimal): -11071452 or 2363479. OLE color: 2363479.

HSL color Cylindrical-coordinate representation of color #571024: hue angle of 343.1º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571024 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB871636-
CMYK00.820.590.66
HSL343.1º68.93%20.2%-
HSV(B)343.1º81.61%34.12%-
XYZ4.432.521.92-
YUV39.51126.02161.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=62.59%
G=11.51%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87163600.820.590.66343.168.9320.2
Hex5710240523B421574514
Octal127204401227310252710524
Binary101011110000100100010100101110111000010101010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571024; }

 p { color: rgb(87,16,36); }

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

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

 a { background-color: rgb(87,16,36); }

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

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

 span { border-color: rgb(87,16,36); }

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