Html Css Color HEX #8D2009 Falu Red

📋 copy color: '#8D2009'

red 141 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #8D2009

Tints of Falu Red #8D2009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 77.47%
G = 17.58%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8D2009 (or 0x8D2009) is known color: Falu Red. HEX triplet: 8D, 20 and 09. RGB value is (141,32,9). Sum of RGB (Red+Green+Blue) = 141+32+9=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2009 is #72DFF6. Grayscale: #3E3E3E. Windows color (decimal): -7528439 or 598157. OLE color: 598157.

HSL color Cylindrical-coordinate representation of color #8D2009: hue angle of 10.45º 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 #8D2009 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 32 9 -
CMYK 0 0.77 0.94 0.45
HSL 10.45º 0.88% 0.29% -
HSV(B) 10.45º 0.94% 0.55% -
XYZ 11.55 6.72 0.95 -
YUV 61.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 141 32 9 0 0.77 0.94 0.45 10.45 0.88 0.29
Hex 8D 20 9 0 4D 5E 2D A 58 1D
Octal 215 40 11 0 115 136 55 12 130 35
Binary 10001101 100000 1001 0 1001101 1011110 101101 1010 1011000 11101

Color Harmonies of #8D2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2009

Black with #8D2009

Text Example


Text Example

White with #8D2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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