Html Css Color HEX #8D1110 Falu Red

📋 copy color: '#8D1110'

red 141 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #8D1110

Tints of Falu Red #8D1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 81.03%
G = 9.77%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D1110 (or 0x8D1110) is known color: Falu Red. HEX triplet: 8D, 11 and 10. RGB value is (141,17,16). Sum of RGB (Red+Green+Blue) = 141+17+16=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1110 is #72EEEF. Grayscale: #363636. Windows color (decimal): -7532272 or 1053069. OLE color: 1053069.

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

Color convert

RGB 141 17 16 -
CMYK 0 0.88 0.89 0.45
HSL 0.48º 0.8% 0.31% -
HSV(B) 0.48º 0.89% 0.55% -
XYZ 11.28 6.1 1.07 -
YUV 53.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 141 17 16 0 0.88 0.89 0.45 0.48 0.8 0.31
Hex 8D 11 10 0 58 59 2D 0 50 1F
Octal 215 21 20 0 130 131 55 0 120 37
Binary 10001101 10001 10000 0 1011000 1011001 101101 0 1010000 11111

Color Harmonies of #8D1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1110

Black with #8D1110

Text Example


Text Example

White with #8D1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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