Html Css Color HEX #87110D Falu Red

📋 copy color: '#87110D'

red 135 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #87110D

Tints of Falu Red #87110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 81.82%
G = 10.3%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87110D (or 0x87110D) is known color: Falu Red. HEX triplet: 87, 11 and 0D. RGB value is (135,17,13). Sum of RGB (Red+Green+Blue) = 135+17+13=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #87110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87110D is #78EEF2. Grayscale: #333333. Windows color (decimal): -7925491 or 856455. OLE color: 856455.

HSL color Cylindrical-coordinate representation of color #87110D: hue angle of 1.97º 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 #87110D is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 13 -
CMYK 0 0.87 0.90 0.47
HSL 1.97º 0.82% 0.29% -
HSV(B) 1.97º 0.9% 0.53% -
XYZ 10.26 5.58 0.92 -
YUV 51.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 135 17 13 0 0.87 0.90 0.47 1.97 0.82 0.29
Hex 87 11 D 0 57 5A 2F 2 52 1D
Octal 207 21 15 0 127 132 57 2 122 35
Binary 10000111 10001 1101 0 1010111 1011010 101111 10 1010010 11101

Color Harmonies of #87110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87110D

Black with #87110D

Text Example


Text Example

White with #87110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87110D;
 }
 .AnyTagClassName
 {
   color: #87110D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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