#872C32

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

Shades of Flame Red #872C32

Tints of Flame Red #872C32

Color information

#872C32 (or 0x872C32) is unknown color: approx Flame Red. HEX triplet: 87, 2C and 32. RGB value is (135,44,50). Sum of RGB (Red+Green+Blue) = 135+44+50=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C32 is #78D3CD. Grayscale: #474747. Windows color (decimal): -7918542 or 3288199. OLE color: 3288199.

HSL color Cylindrical-coordinate representation of color #872C32: hue angle of 356.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C32 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1354450-
CMYK00.670.630.47
HSL356.04º50.84%35.1%-
HSV(B)356.04º67.41%52.94%-
XYZ11.477.183.8-
YUV71.89115.65173.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=58.95%
G=19.21%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135445000.670.630.47356.0450.8435.1
Hex872C320433F2F1643323
Octal2075462010377575446343
Binary1000011110110011001001000011111111101111101100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872C32; }

 p { color: rgb(135,44,50); }

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

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

 a { background-color: rgb(135,44,50); }

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

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

 span { border-color: rgb(135,44,50); }

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