Html Css Color HEX #8D1D06 Falu Red

📋 copy color: '#8D1D06'

red 141 ◦ green 29 ◦ blue 6

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

Shades of Falu Red #8D1D06

Tints of Falu Red #8D1D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 80.11%
G = 16.48%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D1D06 (or 0x8D1D06) is known color: Falu Red. HEX triplet: 8D, 1D and 06. RGB value is (141,29,6). Sum of RGB (Red+Green+Blue) = 141+29+6=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1D06 is #72E2F9. Grayscale: #3C3C3C. Windows color (decimal): -7529210 or 400781. OLE color: 400781.

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

Color convert

RGB 141 29 6 -
CMYK 0 0.79 0.96 0.45
HSL 10.22º 0.92% 0.29% -
HSV(B) 10.22º 0.96% 0.55% -
XYZ 11.46 6.55 0.83 -
YUV 59.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 141 29 6 0 0.79 0.96 0.45 10.22 0.92 0.29
Hex 8D 1D 6 0 4F 60 2D A 5C 1D
Octal 215 35 6 0 117 140 55 12 134 35
Binary 10001101 11101 110 0 1001111 1100000 101101 1010 1011100 11101

Color Harmonies of #8D1D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1D06

Black with #8D1D06

Text Example


Text Example

White with #8D1D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,29,6); }

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

background-color css

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

 a { background-color: rgb(141,29,6); }

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

border-color css

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

 span { border-color: rgb(141,29,6); }

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