#87402B

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

Shades of Fire #87402B

Tints of Fire #87402B

Color information

#87402B (or 0x87402B) is unknown color: approx Fire. HEX triplet: 87, 40 and 2B. RGB value is (135,64,43). Sum of RGB (Red+Green+Blue) = 135+64+43=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #87402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87402B is #78BFD4. Grayscale: #525252. Windows color (decimal): -7913429 or 2834567. OLE color: 2834567.

HSL color Cylindrical-coordinate representation of color #87402B: hue angle of 13.7º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87402B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1356443-
CMYK00.530.680.47
HSL13.7º51.69%34.9%-
HSV(B)13.7º68.15%52.94%-
XYZ12.268.993.37-
YUV82.84105.52165.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=55.79%
G=26.45%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135644300.530.680.4713.751.6934.9
Hex87402B035442Fe3423
Octal2071005306510457166443
Binary100001111000000101011011010110001001011111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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