#87240D

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

Shades of Falu Red #87240D

Tints of Falu Red #87240D

Color information

#87240D (or 0x87240D) is unknown color: approx Falu Red. HEX triplet: 87, 24 and 0D. RGB value is (135,36,13). Sum of RGB (Red+Green+Blue) = 135+36+13=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87240D is #78DBF2. Grayscale: #3F3F3F. Windows color (decimal): -7920627 or 861319. OLE color: 861319.

HSL color Cylindrical-coordinate representation of color #87240D: hue angle of 11.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87240D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1353613-
CMYK00.730.900.47
HSL11.31º82.43%29.02%-
HSV(B)11.31º90.37%52.94%-
XYZ10.76.441.06-
YUV62.9899.8179.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.37%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=73.37%
G=19.57%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135361300.730.900.4711.3182.4329.02
Hex8724D0495A2Fb521d
Octal20744150111132571312235
Binary1000011110010011010100100110110101011111011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,36,13); }

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

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

 a { background-color: rgb(135,36,13); }

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

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

 span { border-color: rgb(135,36,13); }

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