Html Css Color HEX #87140F Falu Red

📋 copy color: '#87140F'

red 135 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #87140F

Tints of Falu Red #87140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.76%

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

R = 79.41%
G = 11.76%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87140F (or 0x87140F) is known color: Falu Red. HEX triplet: 87, 14 and 0F. RGB value is (135,20,15). Sum of RGB (Red+Green+Blue) = 135+20+15=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87140F is #78EBF0. Grayscale: #353535. Windows color (decimal): -7924721 or 988295. OLE color: 988295.

HSL color Cylindrical-coordinate representation of color #87140F: hue angle of 2.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 #87140F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 15 -
CMYK 0 0.85 0.89 0.47
HSL 2.5º 0.8% 0.29% -
HSV(B) 2.5º 0.89% 0.53% -
XYZ 10.33 5.69 1.01 -
YUV 53.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 135 20 15 0 0.85 0.89 0.47 2.5 0.8 0.29
Hex 87 14 F 0 55 59 2F 2 50 1D
Octal 207 24 17 0 125 131 57 2 120 35
Binary 10000111 10100 1111 0 1010101 1011001 101111 10 1010000 11101

Color Harmonies of #87140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87140F

Black with #87140F

Text Example


Text Example

White with #87140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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