#872931

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

Shades of Flame Red #872931

Tints of Flame Red #872931

Color information

#872931 (or 0x872931) is unknown color: approx Flame Red. HEX triplet: 87, 29 and 31. RGB value is (135,41,49). Sum of RGB (Red+Green+Blue) = 135+41+49=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872931 is #78D6CE. Grayscale: #464646. Windows color (decimal): -7919311 or 3221895. OLE color: 3221895.

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

Color convert

RGB1354149-
CMYK00.700.640.47
HSL354.89º53.41%34.51%-
HSV(B)354.89º69.63%52.94%-
XYZ11.346.963.65-
YUV70.02116.14174.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=60%
G=18.22%
B=21.78%

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
Decimal135414900.700.640.47354.8953.4134.51
Hex872931046402F1633523
Octal20751610106100575436543
Binary10000111101001110001010001101000000101111101100011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872931; }

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

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

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

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

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

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

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

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