#87422C

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

Shades of Fire #87422C

Tints of Fire #87422C

Color information

#87422C (or 0x87422C) is unknown color: approx Fire. HEX triplet: 87, 42 and 2C. RGB value is (135,66,44). Sum of RGB (Red+Green+Blue) = 135+66+44=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87422C is #78BDD3. Grayscale: #545454. Windows color (decimal): -7912916 or 2900615. OLE color: 2900615.

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

Color convert

RGB1356644-
CMYK00.510.670.47
HSL14.51º50.84%35.1%-
HSV(B)14.51º67.41%52.94%-
XYZ12.399.233.51-
YUV84.12105.36164.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=55.10%
G=26.94%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135664400.510.670.4714.5150.8435.1
Hex87422C033432Ff3323
Octal2071025406310357176343
Binary100001111000010101100011001110000111011111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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