#571224

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

Shades of Bordeaux #571224

Tints of Bordeaux #571224

Color information

#571224 (or 0x571224) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 24. RGB value is (87,18,36). Sum of RGB (Red+Green+Blue) = 87+18+36=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571224 is #A8EDDB. Grayscale: #282828. Windows color (decimal): -11070940 or 2363991. OLE color: 2363991.

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

Color convert

RGB871836-
CMYK00.790.590.66
HSL344.35º65.71%20.59%-
HSV(B)344.35º79.31%34.12%-
XYZ4.472.591.93-
YUV40.68125.36161.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=61.70%
G=12.77%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183600.790.590.66344.3565.7120.59
Hex57122404F3B421584215
Octal127224401177310253010225
Binary101011110010100100010011111110111000010101011000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571224; }

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

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

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

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

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

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

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

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