Html Css Color HEX #871E16 Falu Red

📋 copy color: '#871E16'

red 135 ◦ green 30 ◦ blue 22

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

Shades of Falu Red #871E16

Tints of Falu Red #871E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 72.19%
G = 16.04%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871E16 (or 0x871E16) is known color: Falu Red. HEX triplet: 87, 1E and 16. RGB value is (135,30,22). Sum of RGB (Red+Green+Blue) = 135+30+22=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E16 is #78E1E9. Grayscale: #3C3C3C. Windows color (decimal): -7922154 or 1449607. OLE color: 1449607.

HSL color Cylindrical-coordinate representation of color #871E16: hue angle of 4.25º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871E16 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 22 -
CMYK 0 0.78 0.84 0.47
HSL 4.25º 0.72% 0.31% -
HSV(B) 4.25º 0.84% 0.53% -
XYZ 10.6 6.14 1.38 -
YUV 60.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 135 30 22 0 0.78 0.84 0.47 4.25 0.72 0.31
Hex 87 1E 16 0 4E 54 2F 4 48 1F
Octal 207 36 26 0 116 124 57 4 110 37
Binary 10000111 11110 10110 0 1001110 1010100 101111 100 1001000 11111

Color Harmonies of #871E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E16

Black with #871E16

Text Example


Text Example

White with #871E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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