Html Css Color HEX #871712 Falu Red

📋 copy color: '#871712'

red 135 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #871712

Tints of Falu Red #871712

RGB

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

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

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

R = 76.7%
G = 13.07%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#871712 (or 0x871712) is known color: Falu Red. HEX triplet: 87, 17 and 12. RGB value is (135,23,18). Sum of RGB (Red+Green+Blue) = 135+23+18=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871712 is #78E8ED. Grayscale: #383838. Windows color (decimal): -7923950 or 1185671. OLE color: 1185671.

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

Color convert

RGB 135 23 18 -
CMYK 0 0.83 0.87 0.47
HSL 2.56º 0.76% 0.3% -
HSV(B) 2.56º 0.87% 0.53% -
XYZ 10.41 5.81 1.14 -
YUV 55.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 135 23 18 0 0.83 0.87 0.47 2.56 0.76 0.3
Hex 87 17 12 0 53 57 2F 3 4C 1E
Octal 207 27 22 0 123 127 57 3 114 36
Binary 10000111 10111 10010 0 1010011 1010111 101111 11 1001100 11110

Color Harmonies of #871712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871712

Black with #871712

Text Example


Text Example

White with #871712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871712; }

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

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

background-color css

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

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

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

border-color css

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

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

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