#87422E

Color #87422E Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #87422E

Tints of Fire #87422E

Color information

#87422E (or 0x87422E) is unknown color: approx Fire. HEX triplet: 87, 42 and 2E. RGB value is (135,66,46). Sum of RGB (Red+Green+Blue) = 135+66+46=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87422E is #78BDD1. Grayscale: #545454. Windows color (decimal): -7912914 or 3031687. OLE color: 3031687.

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

Color convert

RGB1356646-
CMYK00.510.660.47
HSL13.48º49.17%35.49%-
HSV(B)13.48º65.93%52.94%-
XYZ12.439.243.71-
YUV84.35106.36164.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=54.66%
G=26.72%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135664600.510.660.4713.4849.1735.49
Hex87422E033422Fd3123
Octal2071025606310257156143
Binary100001111000010101110011001110000101011111101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87422E; }

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

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

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

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

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

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

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

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