#872831

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

Shades of Flame Red #872831

Tints of Flame Red #872831

Color information

#872831 (or 0x872831) is unknown color: approx Flame Red. HEX triplet: 87, 28 and 31. RGB value is (135,40,49). Sum of RGB (Red+Green+Blue) = 135+40+49=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #872831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872831 is #78D7CE. Grayscale: #454545. Windows color (decimal): -7919567 or 3221639. OLE color: 3221639.

HSL color Cylindrical-coordinate representation of color #872831: hue angle of 354.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872831 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1354049-
CMYK00.700.640.47
HSL354.32º54.29%34.31%-
HSV(B)354.32º70.37%52.94%-
XYZ11.36.893.64-
YUV69.43116.47174.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=60.27%
G=17.86%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135404900.700.640.47354.3254.2934.31
Hex872831046402F1623622
Octal20750610106100575426642
Binary10000111101000110001010001101000000101111101100010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872831; }

 p { color: rgb(135,40,49); }

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

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

 a { background-color: rgb(135,40,49); }

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

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

 span { border-color: rgb(135,40,49); }

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