Html Css Color HEX #8D1611 Falu Red

📋 copy color: '#8D1611'

red 141 ◦ green 22 ◦ blue 17

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

Shades of Falu Red #8D1611

Tints of Falu Red #8D1611

RGB

 RED value IS 141 (55.47% from 255) = 78.33%

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

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

R = 78.33%
G = 12.22%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8D1611 (or 0x8D1611) is known color: Falu Red. HEX triplet: 8D, 16 and 11. RGB value is (141,22,17). Sum of RGB (Red+Green+Blue) = 141+22+17=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1611 is #72E9EE. Grayscale: #393939. Windows color (decimal): -7530991 or 1119885. OLE color: 1119885.

HSL color Cylindrical-coordinate representation of color #8D1611: hue angle of 2.42º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1611 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 22 17 -
CMYK 0 0.84 0.88 0.45
HSL 2.42º 0.78% 0.31% -
HSV(B) 2.42º 0.88% 0.55% -
XYZ 11.37 6.28 1.14 -
YUV 57.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 141 22 17 0 0.84 0.88 0.45 2.42 0.78 0.31
Hex 8D 16 11 0 54 58 2D 2 4E 1F
Octal 215 26 21 0 124 130 55 2 116 37
Binary 10001101 10110 10001 0 1010100 1011000 101101 10 1001110 11111

Color Harmonies of #8D1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1611

Black with #8D1611

Text Example


Text Example

White with #8D1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D1611; }

 p { color: rgb(141,22,17); }

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

background-color css

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

 a { background-color: rgb(141,22,17); }

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

border-color css

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

 span { border-color: rgb(141,22,17); }

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