#571529

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

Shades of Bordeaux #571529

Tints of Bordeaux #571529

Color information

#571529 (or 0x571529) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 29. RGB value is (87,21,41). Sum of RGB (Red+Green+Blue) = 87+21+41=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571529 is #A8EAD6. Grayscale: #2A2A2A. Windows color (decimal): -11070167 or 2692439. OLE color: 2692439.

HSL color Cylindrical-coordinate representation of color #571529: hue angle of 341.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571529 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB872141-
CMYK00.760.530.66
HSL341.82º61.11%21.18%-
HSV(B)341.82º75.86%34.12%-
XYZ4.62.722.38-
YUV43.01126.87159.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=58.39%
G=14.09%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214100.760.530.66341.8261.1121.18
Hex57152904C35421563d15
Octal12725510114651025267525
Binary10101111010110100101001100110101100001010101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571529; }

 p { color: rgb(87,21,41); }

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

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

 a { background-color: rgb(87,21,41); }

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

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

 span { border-color: rgb(87,21,41); }

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