#571824

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

Shades of Bordeaux #571824

Tints of Bordeaux #571824

Color information

#571824 (or 0x571824) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 24. RGB value is (87,24,36). Sum of RGB (Red+Green+Blue) = 87+24+36=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571824 is #A8E7DB. Grayscale: #2C2C2C. Windows color (decimal): -11069404 or 2365527. OLE color: 2365527.

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

Color convert

RGB872436-
CMYK00.720.590.66
HSL348.57º56.76%21.76%-
HSV(B)348.57º72.41%34.12%-
XYZ4.582.811.97-
YUV44.2123.37158.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=59.18%
G=16.33%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243600.720.590.66348.5756.7621.76
Hex5718240483B4215d3916
Octal12730440110731025357126
Binary10101111100010010001001000111011100001010101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571824; }

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

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

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

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

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

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

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

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