Html Css Color HEX #8D150C Falu Red

📋 copy color: '#8D150C'

red 141 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #8D150C

Tints of Falu Red #8D150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 81.03%
G = 12.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D150C (or 0x8D150C) is known color: Falu Red. HEX triplet: 8D, 15 and 0C. RGB value is (141,21,12). Sum of RGB (Red+Green+Blue) = 141+21+12=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D150C is #72EAF3. Grayscale: #383838. Windows color (decimal): -7531252 or 791949. OLE color: 791949.

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

Color convert

RGB 141 21 12 -
CMYK 0 0.85 0.91 0.45
HSL 4.19º 0.84% 0.3% -
HSV(B) 4.19º 0.91% 0.55% -
XYZ 11.32 6.23 0.95 -
YUV 55.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 141 21 12 0 0.85 0.91 0.45 4.19 0.84 0.3
Hex 8D 15 C 0 55 5B 2D 4 54 1E
Octal 215 25 14 0 125 133 55 4 124 36
Binary 10001101 10101 1100 0 1010101 1011011 101101 100 1010100 11110

Color Harmonies of #8D150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D150C

Black with #8D150C

Text Example


Text Example

White with #8D150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,21,12); }

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

background-color css

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

 a { background-color: rgb(141,21,12); }

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

border-color css

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

 span { border-color: rgb(141,21,12); }

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