#872E30

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

Shades of Flame Red #872E30

Tints of Flame Red #872E30

Color information

#872E30 (or 0x872E30) is unknown color: approx Flame Red. HEX triplet: 87, 2E and 30. RGB value is (135,46,48). Sum of RGB (Red+Green+Blue) = 135+46+48=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E30 is #78D1CF. Grayscale: #484848. Windows color (decimal): -7918032 or 3157639. OLE color: 3157639.

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

Color convert

RGB1354648-
CMYK00.660.640.47
HSL358.65º49.17%35.49%-
HSV(B)358.65º65.93%52.94%-
XYZ11.57.323.6-
YUV72.84113.99172.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=58.95%
G=20.09%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135464800.660.640.47358.6549.1735.49
Hex872E30042402F1673123
Octal20756600102100575476143
Binary10000111101110110000010000101000000101111101100111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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