#87402E

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

Shades of Fire #87402E

Tints of Fire #87402E

Color information

#87402E (or 0x87402E) is unknown color: approx Fire. HEX triplet: 87, 40 and 2E. RGB value is (135,64,46). Sum of RGB (Red+Green+Blue) = 135+64+46=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87402E is #78BFD1. Grayscale: #535353. Windows color (decimal): -7913426 or 3031175. OLE color: 3031175.

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

Color convert

RGB1356446-
CMYK00.530.660.47
HSL12.13º49.17%35.49%-
HSV(B)12.13º65.93%52.94%-
XYZ12.329.013.68-
YUV83.18107.02164.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=55.10%
G=26.12%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135644600.530.660.4712.1349.1735.49
Hex87402E035422Fc3123
Octal2071005606510257146143
Binary100001111000000101110011010110000101011111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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