Html Css Color HEX #871A17 Falu Red

📋 copy color: '#871A17'

red 135 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #871A17

Tints of Falu Red #871A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 73.37%
G = 14.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#871A17 (or 0x871A17) is known color: Falu Red. HEX triplet: 87, 1A and 17. RGB value is (135,26,23). Sum of RGB (Red+Green+Blue) = 135+26+23=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #871A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871A17 is #78E5E8. Grayscale: #3A3A3A. Windows color (decimal): -7923177 or 1514119. OLE color: 1514119.

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

Color convert

RGB 135 26 23 -
CMYK 0 0.81 0.83 0.47
HSL 1.61º 0.71% 0.31% -
HSV(B) 1.61º 0.83% 0.53% -
XYZ 10.52 5.95 1.41 -
YUV 58.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 135 26 23 0 0.81 0.83 0.47 1.61 0.71 0.31
Hex 87 1A 17 0 51 53 2F 2 47 1F
Octal 207 32 27 0 121 123 57 2 107 37
Binary 10000111 11010 10111 0 1010001 1010011 101111 10 1000111 11111

Color Harmonies of #871A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A17

Black with #871A17

Text Example


Text Example

White with #871A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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