Html Css Color HEX #871716 Falu Red

📋 copy color: '#871716'

red 135 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #871716

Tints of Falu Red #871716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 75%
G = 12.78%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871716 (or 0x871716) is known color: Falu Red. HEX triplet: 87, 17 and 16. RGB value is (135,23,22). Sum of RGB (Red+Green+Blue) = 135+23+22=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #871716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871716 is #78E8E9. Grayscale: #383838. Windows color (decimal): -7923946 or 1447815. OLE color: 1447815.

HSL color Cylindrical-coordinate representation of color #871716: hue angle of 0.53º 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 #871716 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 23 22 -
CMYK 0 0.83 0.84 0.47
HSL 0.53º 0.72% 0.31% -
HSV(B) 0.53º 0.84% 0.53% -
XYZ 10.44 5.82 1.33 -
YUV 56.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 135 23 22 0 0.83 0.84 0.47 0.53 0.72 0.31
Hex 87 17 16 0 53 54 2F 1 48 1F
Octal 207 27 26 0 123 124 57 1 110 37
Binary 10000111 10111 10110 0 1010011 1010100 101111 1 1001000 11111

Color Harmonies of #871716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871716

Black with #871716

Text Example


Text Example

White with #871716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871716; }

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

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

background-color css

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

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

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

border-color css

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

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

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