Html Css Color HEX #871811 Falu Red

📋 copy color: '#871811'

red 135 ◦ green 24 ◦ blue 17

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

Shades of Falu Red #871811

Tints of Falu Red #871811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 76.7%
G = 13.64%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#871811 (or 0x871811) is known color: Falu Red. HEX triplet: 87, 18 and 11. RGB value is (135,24,17). Sum of RGB (Red+Green+Blue) = 135+24+17=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871811 is #78E7EE. Grayscale: #383838. Windows color (decimal): -7923695 or 1120391. OLE color: 1120391.

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

Color convert

RGB 135 24 17 -
CMYK 0 0.82 0.87 0.47
HSL 3.56º 0.78% 0.3% -
HSV(B) 3.56º 0.87% 0.53% -
XYZ 10.42 5.84 1.11 -
YUV 56.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 135 24 17 0 0.82 0.87 0.47 3.56 0.78 0.3
Hex 87 18 11 0 52 57 2F 4 4E 1E
Octal 207 30 21 0 122 127 57 4 116 36
Binary 10000111 11000 10001 0 1010010 1010111 101111 100 1001110 11110

Color Harmonies of #871811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871811

Black with #871811

Text Example


Text Example

White with #871811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871811; }

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

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

background-color css

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

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

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

border-color css

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

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

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