#872830

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

Shades of Flame Red #872830

Tints of Flame Red #872830

Color information

#872830 (or 0x872830) is unknown color: approx Flame Red. HEX triplet: 87, 28 and 30. RGB value is (135,40,48). Sum of RGB (Red+Green+Blue) = 135+40+48=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #872830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872830 is #78D7CF. Grayscale: #454545. Windows color (decimal): -7919568 or 3156103. OLE color: 3156103.

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

Color convert

RGB1354048-
CMYK00.700.640.47
HSL354.95º54.29%34.31%-
HSV(B)354.95º70.37%52.94%-
XYZ11.286.883.53-
YUV69.32115.97174.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.54%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=60.54%
G=17.94%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135404800.700.640.47354.9554.2934.31
Hex872830046402F1633622
Octal20750600106100575436642
Binary10000111101000110000010001101000000101111101100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872830; }

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

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

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

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

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

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

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

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