Html Css Color HEX #871D12 Falu Red

📋 copy color: '#871D12'

red 135 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #871D12

Tints of Falu Red #871D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.93%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 74.18%
G = 15.93%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#871D12 (or 0x871D12) is known color: Falu Red. HEX triplet: 87, 1D and 12. RGB value is (135,29,18). Sum of RGB (Red+Green+Blue) = 135+29+18=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #871D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D12 is #78E2ED. Grayscale: #3B3B3B. Windows color (decimal): -7922414 or 1187207. OLE color: 1187207.

HSL color Cylindrical-coordinate representation of color #871D12: hue angle of 5.64º degrees, saturation: 0.76, 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 #871D12 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 29 18 -
CMYK 0 0.79 0.87 0.47
HSL 5.64º 0.76% 0.3% -
HSV(B) 5.64º 0.87% 0.53% -
XYZ 10.54 6.07 1.19 -
YUV 59.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 135 29 18 0 0.79 0.87 0.47 5.64 0.76 0.3
Hex 87 1D 12 0 4F 57 2F 6 4C 1E
Octal 207 35 22 0 117 127 57 6 114 36
Binary 10000111 11101 10010 0 1001111 1010111 101111 110 1001100 11110

Color Harmonies of #871D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D12

Black with #871D12

Text Example


Text Example

White with #871D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,29,18); }

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

background-color css

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

 a { background-color: rgb(135,29,18); }

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

border-color css

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

 span { border-color: rgb(135,29,18); }

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