#571527

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

Shades of Bordeaux #571527

Tints of Bordeaux #571527

Color information

#571527 (or 0x571527) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 27. RGB value is (87,21,39). Sum of RGB (Red+Green+Blue) = 87+21+39=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571527 is #A8EAD8. Grayscale: #2A2A2A. Windows color (decimal): -11070169 or 2561367. OLE color: 2561367.

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

Color convert

RGB872139-
CMYK00.760.550.66
HSL343.64º61.11%21.18%-
HSV(B)343.64º75.86%34.12%-
XYZ4.562.712.2-
YUV42.79125.87159.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=59.18%
G=14.29%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87213900.760.550.66343.6461.1121.18
Hex57152704C37421583d15
Octal12725470114671025307525
Binary10101111010110011101001100110111100001010101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571527; }

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

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

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

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

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

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

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

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