#571328

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

Shades of Bordeaux #571328

Tints of Bordeaux #571328

Color information

#571328 (or 0x571328) is unknown color: approx Bordeaux. HEX triplet: 57, 13 and 28. RGB value is (87,19,40). Sum of RGB (Red+Green+Blue) = 87+19+40=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571328 is #A8ECD7. Grayscale: #292929. Windows color (decimal): -11070680 or 2626391. OLE color: 2626391.

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

Color convert

RGB871940-
CMYK00.780.540.66
HSL341.47º64.15%20.78%-
HSV(B)341.47º78.16%34.12%-
XYZ4.552.652.28-
YUV41.73127.03160.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=59.59%
G=13.01%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87194000.780.540.66341.4764.1520.78
Hex57132804E36421554015
Octal127235001166610252510025
Binary101011110011101000010011101101101000010101010101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571328; }

 p { color: rgb(87,19,40); }

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

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

 a { background-color: rgb(87,19,40); }

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

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

 span { border-color: rgb(87,19,40); }

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