#872E2F

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

Shades of Flame Red #872E2F

Tints of Flame Red #872E2F

Color information

#872E2F (or 0x872E2F) is unknown color: approx Flame Red. HEX triplet: 87, 2E and 2F. RGB value is (135,46,47). Sum of RGB (Red+Green+Blue) = 135+46+47=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #872E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E2F is #78D1D0. Grayscale: #484848. Windows color (decimal): -7918033 or 3092103. OLE color: 3092103.

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

Color convert

RGB1354647-
CMYK00.660.650.47
HSL359.33º49.17%35.49%-
HSV(B)359.33º65.93%52.94%-
XYZ11.487.313.5-
YUV72.72113.49172.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=59.21%
G=20.18%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135464700.660.650.47359.3349.1735.49
Hex872E2F042412F1673123
Octal20756570102101575476143
Binary10000111101110101111010000101000001101111101100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,46,47); }

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

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

 a { background-color: rgb(135,46,47); }

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

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

 span { border-color: rgb(135,46,47); }

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