#571027

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

Shades of Bordeaux #571027

Tints of Bordeaux #571027

Color information

#571027 (or 0x571027) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 27. RGB value is (87,16,39). Sum of RGB (Red+Green+Blue) = 87+16+39=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571027 is #A8EFD8. Grayscale: #272727. Windows color (decimal): -11071449 or 2560087. OLE color: 2560087.

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

Color convert

RGB871639-
CMYK00.820.550.66
HSL340.56º68.93%20.2%-
HSV(B)340.56º81.61%34.12%-
XYZ4.482.542.17-
YUV39.85127.52161.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=61.27%
G=11.27%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87163900.820.550.66340.5668.9320.2
Hex57102705237421554514
Octal127204701226710252510524
Binary101011110000100111010100101101111000010101010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571027; }

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

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

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

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

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

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

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

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