#872829

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

Shades of Flame Red #872829

Tints of Flame Red #872829

Color information

#872829 (or 0x872829) is unknown color: approx Flame Red. HEX triplet: 87, 28 and 29. RGB value is (135,40,41). Sum of RGB (Red+Green+Blue) = 135+40+41=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872829 is #78D7D6. Grayscale: #444444. Windows color (decimal): -7919575 or 2697351. OLE color: 2697351.

HSL color Cylindrical-coordinate representation of color #872829: hue angle of 359.37º 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 #872829 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1354041-
CMYK00.700.700.47
HSL359.37º54.29%34.31%-
HSV(B)359.37º70.37%52.94%-
XYZ11.156.832.83-
YUV68.52112.47175.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=62.5%
G=18.52%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135404100.700.700.47359.3754.2934.31
Hex872829046462F1673622
Octal20750510106106575476642
Binary10000111101000101001010001101000110101111101100111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872829; }

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

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

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

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

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

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

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

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