#87422D

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

Shades of Fire #87422D

Tints of Fire #87422D

Color information

#87422D (or 0x87422D) is unknown color: approx Fire. HEX triplet: 87, 42 and 2D. RGB value is (135,66,45). Sum of RGB (Red+Green+Blue) = 135+66+45=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87422D is #78BDD2. Grayscale: #545454. Windows color (decimal): -7912915 or 2966151. OLE color: 2966151.

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

Color convert

RGB1356645-
CMYK00.510.670.47
HSL14º50%35.29%-
HSV(B)14º66.67%52.94%-
XYZ12.419.243.61-
YUV84.24105.86164.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=54.88%
G=26.83%
B=18.29%

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
Decimal135664500.510.670.47145035.29
Hex87422D033432Fe3223
Octal2071025506310357166243
Binary100001111000010101101011001110000111011111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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