#571225

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

Shades of Bordeaux #571225

Tints of Bordeaux #571225

Color information

#571225 (or 0x571225) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 25. RGB value is (87,18,37). Sum of RGB (Red+Green+Blue) = 87+18+37=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571225 is #A8EDDA. Grayscale: #282828. Windows color (decimal): -11070939 or 2429527. OLE color: 2429527.

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

Color convert

RGB871837-
CMYK00.790.570.66
HSL343.48º65.71%20.59%-
HSV(B)343.48º79.31%34.12%-
XYZ4.482.592.01-
YUV40.8125.86160.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=61.27%
G=12.68%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183700.790.570.66343.4865.7120.59
Hex57122504F39421574215
Octal127224501177110252710225
Binary101011110010100101010011111110011000010101010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571225; }

 p { color: rgb(87,18,37); }

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

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

 a { background-color: rgb(87,18,37); }

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

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

 span { border-color: rgb(87,18,37); }

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