Html Css Color HEX #871110 Falu Red

📋 copy color: '#871110'

red 135 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #871110

Tints of Falu Red #871110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 80.36%
G = 10.12%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#871110 (or 0x871110) is known color: Falu Red. HEX triplet: 87, 11 and 10. RGB value is (135,17,16). Sum of RGB (Red+Green+Blue) = 135+17+16=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #871110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871110 is #78EEEF. Grayscale: #343434. Windows color (decimal): -7925488 or 1053063. OLE color: 1053063.

HSL color Cylindrical-coordinate representation of color #871110: hue angle of 0.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871110 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 16 -
CMYK 0 0.87 0.88 0.47
HSL 0.5º 0.79% 0.3% -
HSV(B) 0.5º 0.88% 0.53% -
XYZ 10.29 5.59 1.03 -
YUV 52.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 135 17 16 0 0.87 0.88 0.47 0.5 0.79 0.3
Hex 87 11 10 0 57 58 2F 1 4F 1E
Octal 207 21 20 0 127 130 57 1 117 36
Binary 10000111 10001 10000 0 1010111 1011000 101111 1 1001111 11110

Color Harmonies of #871110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871110

Black with #871110

Text Example


Text Example

White with #871110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871110; }

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

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

background-color css

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

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

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

border-color css

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

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

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