#872026

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

Shades of Flame Red #872026

Tints of Flame Red #872026

Color information

#872026 (or 0x872026) is unknown color: approx Flame Red. HEX triplet: 87, 20 and 26. RGB value is (135,32,38). Sum of RGB (Red+Green+Blue) = 135+32+38=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #872026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872026 is #78DFD9. Grayscale: #3F3F3F. Windows color (decimal): -7921626 or 2498695. OLE color: 2498695.

HSL color Cylindrical-coordinate representation of color #872026: hue angle of 356.5º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872026 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1353238-
CMYK00.760.720.47
HSL356.5º61.68%32.75%-
HSV(B)356.5º76.3%52.94%-
XYZ10.866.322.48-
YUV63.48113.62179.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=65.85%
G=15.61%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135323800.760.720.47356.561.6832.75
Hex87202604C482F1653e21
Octal20740460114110575457641
Binary10000111100000100110010011001001000101111101100101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872026; }

 p { color: rgb(135,32,38); }

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

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

 a { background-color: rgb(135,32,38); }

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

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

 span { border-color: rgb(135,32,38); }

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