Html Css Color HEX #871C11 Falu Red

📋 copy color: '#871C11'

red 135 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #871C11

Tints of Falu Red #871C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.56%

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

R = 75%
G = 15.56%
B = 9.44%

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

#871C11 (or 0x871C11) is known color: Falu Red. HEX triplet: 87, 1C and 11. RGB value is (135,28,17). Sum of RGB (Red+Green+Blue) = 135+28+17=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #871C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C11 is #78E3EE. Grayscale: #3A3A3A. Windows color (decimal): -7922671 or 1121415. OLE color: 1121415.

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

Color convert

RGB 135 28 17 -
CMYK 0 0.79 0.87 0.47
HSL 5.59º 0.78% 0.3% -
HSV(B) 5.59º 0.87% 0.53% -
XYZ 10.51 6.02 1.14 -
YUV 58.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 135 28 17 0 0.79 0.87 0.47 5.59 0.78 0.3
Hex 87 1C 11 0 4F 57 2F 6 4E 1E
Octal 207 34 21 0 117 127 57 6 116 36
Binary 10000111 11100 10001 0 1001111 1010111 101111 110 1001110 11110

Color Harmonies of #871C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C11

Black with #871C11

Text Example


Text Example

White with #871C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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