Html Css Color HEX #87160F Falu Red

📋 copy color: '#87160F'

red 135 ◦ green 22 ◦ blue 15

#87160F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #87160F

Tints of Falu Red #87160F

RGB

 RED value IS 135 (53.13% from 255) = 78.49%

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 78.49%
G = 12.79%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87160F (or 0x87160F) is known color: Falu Red. HEX triplet: 87, 16 and 0F. RGB value is (135,22,15). Sum of RGB (Red+Green+Blue) = 135+22+15=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #87160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87160F is #78E9F0. Grayscale: #373737. Windows color (decimal): -7924209 or 988807. OLE color: 988807.

HSL color Cylindrical-coordinate representation of color #87160F: hue angle of 3.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87160F is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 22 15 -
CMYK 0 0.84 0.89 0.47
HSL 3.5º 0.8% 0.29% -
HSV(B) 3.5º 0.89% 0.53% -
XYZ 10.36 5.76 1.02 -
YUV 54.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 135 22 15 0 0.84 0.89 0.47 3.5 0.8 0.29
Hex 87 16 F 0 54 59 2F 4 50 1D
Octal 207 26 17 0 124 131 57 4 120 35
Binary 10000111 10110 1111 0 1010100 1011001 101111 100 1010000 11101

Color Harmonies of #87160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87160F

Black with #87160F

Text Example


Text Example

White with #87160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87160F; }

 p { color: rgb(135,22,15); }

 H1.HeaderClassName
 {
   color: #87160F;
 }
 .AnyTagClassName
 {
   color: #87160F;
 }
</style>

background-color css

<style>
 a { background-color: #87160F; }

 a { background-color: rgb(135,22,15); }

 div.DivClassName
 {
   background-color: #87160F;
 }
 .BgClassName
 {
   background-color: #87160F;
 }
</style>

border-color css

<style>
 span { border-color: #87160F; }

 span { border-color: rgb(135,22,15); }

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