Html Css Color HEX #8D1E09 Falu Red

📋 copy color: '#8D1E09'

red 141 ◦ green 30 ◦ blue 9

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

Shades of Falu Red #8D1E09

Tints of Falu Red #8D1E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 9 (3.91% from 255) = 5%

R = 78.33%
G = 16.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D1E09 (or 0x8D1E09) is known color: Falu Red. HEX triplet: 8D, 1E and 09. RGB value is (141,30,9). Sum of RGB (Red+Green+Blue) = 141+30+9=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1E09 is #72E1F6. Grayscale: #3C3C3C. Windows color (decimal): -7528951 or 597645. OLE color: 597645.

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

Color convert

RGB 141 30 9 -
CMYK 0 0.79 0.94 0.45
HSL 9.55º 0.88% 0.29% -
HSV(B) 9.55º 0.94% 0.55% -
XYZ 11.5 6.61 0.93 -
YUV 60.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 141 30 9 0 0.79 0.94 0.45 9.55 0.88 0.29
Hex 8D 1E 9 0 4F 5E 2D A 58 1D
Octal 215 36 11 0 117 136 55 12 130 35
Binary 10001101 11110 1001 0 1001111 1011110 101101 1010 1011000 11101

Color Harmonies of #8D1E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1E09

Black with #8D1E09

Text Example


Text Example

White with #8D1E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,9); }

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

background-color css

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

 a { background-color: rgb(141,30,9); }

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

border-color css

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

 span { border-color: rgb(141,30,9); }

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