Html Css Color HEX #8D1F04 Falu Red

📋 copy color: '#8D1F04'

red 141 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #8D1F04

Tints of Falu Red #8D1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 80.11%
G = 17.61%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D1F04 (or 0x8D1F04) is known color: Falu Red. HEX triplet: 8D, 1F and 04. RGB value is (141,31,4). Sum of RGB (Red+Green+Blue) = 141+31+4=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F04 is #72E0FB. Grayscale: #3D3D3D. Windows color (decimal): -7528700 or 270221. OLE color: 270221.

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

Color convert

RGB 141 31 4 -
CMYK 0 0.78 0.97 0.45
HSL 11.82º 0.94% 0.28% -
HSV(B) 11.82º 0.97% 0.55% -
XYZ 11.5 6.65 0.79 -
YUV 60.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 141 31 4 0 0.78 0.97 0.45 11.82 0.94 0.28
Hex 8D 1F 4 0 4E 61 2D C 5E 1C
Octal 215 37 4 0 116 141 55 14 136 34
Binary 10001101 11111 100 0 1001110 1100001 101101 1100 1011110 11100

Color Harmonies of #8D1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F04

Black with #8D1F04

Text Example


Text Example

White with #8D1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,4); }

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

background-color css

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

 a { background-color: rgb(141,31,4); }

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

border-color css

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

 span { border-color: rgb(141,31,4); }

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