#571727

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

Shades of Bordeaux #571727

Tints of Bordeaux #571727

Color information

#571727 (or 0x571727) is unknown color: approx Bordeaux. HEX triplet: 57, 17 and 27. RGB value is (87,23,39). Sum of RGB (Red+Green+Blue) = 87+23+39=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571727 is #A8E8D8. Grayscale: #2B2B2B. Windows color (decimal): -11069657 or 2561879. OLE color: 2561879.

HSL color Cylindrical-coordinate representation of color #571727: hue angle of 345º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571727 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB872339-
CMYK00.740.550.66
HSL345º58.18%21.57%-
HSV(B)345º73.56%34.12%-
XYZ4.62.792.21-
YUV43.96125.2158.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=58.39%
G=15.44%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87233900.740.550.6634558.1821.57
Hex57172704A37421593a16
Octal12727470112671025317226
Binary10101111011110011101001010110111100001010101100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571727; }

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

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

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

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

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

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

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

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