#87442A

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

Shades of Fire #87442A

Tints of Fire #87442A

Color information

#87442A (or 0x87442A) is unknown color: approx Fire. HEX triplet: 87, 44 and 2A. RGB value is (135,68,42). Sum of RGB (Red+Green+Blue) = 135+68+42=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87442A is #78BBD5. Grayscale: #555555. Windows color (decimal): -7912406 or 2770055. OLE color: 2770055.

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

Color convert

RGB1356842-
CMYK00.500.690.47
HSL16.77º52.54%34.71%-
HSV(B)16.77º68.89%52.94%-
XYZ12.489.453.36-
YUV85.07103.7163.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=55.10%
G=27.76%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135684200.500.690.4716.7752.5434.71
Hex87442A032452F113523
Octal2071045206210557216543
Binary1000011110001001010100110010100010110111110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87442A; }

 p { color: rgb(135,68,42); }

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

<style>
 a { background-color: #87442A; }

 a { background-color: rgb(135,68,42); }

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

<style>
 span { border-color: #87442A; }

 span { border-color: rgb(135,68,42); }

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