Html Css Color HEX #8D190B Falu Red

📋 copy color: '#8D190B'

red 141 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #8D190B

Tints of Falu Red #8D190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 11 (4.69% from 255) = 6.21%

R = 79.66%
G = 14.12%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8D190B (or 0x8D190B) is known color: Falu Red. HEX triplet: 8D, 19 and 0B. RGB value is (141,25,11). Sum of RGB (Red+Green+Blue) = 141+25+11=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D190B is #72E6F4. Grayscale: #3A3A3A. Windows color (decimal): -7530229 or 727437. OLE color: 727437.

HSL color Cylindrical-coordinate representation of color #8D190B: hue angle of 6.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D190B is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 25 11 -
CMYK 0 0.82 0.92 0.45
HSL 6.46º 0.86% 0.3% -
HSV(B) 6.46º 0.92% 0.55% -
XYZ 11.39 6.38 0.95 -
YUV 58.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 141 25 11 0 0.82 0.92 0.45 6.46 0.86 0.3
Hex 8D 19 B 0 52 5C 2D 6 56 1E
Octal 215 31 13 0 122 134 55 6 126 36
Binary 10001101 11001 1011 0 1010010 1011100 101101 110 1010110 11110

Color Harmonies of #8D190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D190B

Black with #8D190B

Text Example


Text Example

White with #8D190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,11); }

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

background-color css

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

 a { background-color: rgb(141,25,11); }

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

border-color css

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

 span { border-color: rgb(141,25,11); }

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