Html Css Color HEX #8D1710 Falu Red

📋 copy color: '#8D1710'

red 141 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #8D1710

Tints of Falu Red #8D1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 78.33%
G = 12.78%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D1710 (or 0x8D1710) is known color: Falu Red. HEX triplet: 8D, 17 and 10. RGB value is (141,23,16). Sum of RGB (Red+Green+Blue) = 141+23+16=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1710 is #72E8EF. Grayscale: #393939. Windows color (decimal): -7530736 or 1054605. OLE color: 1054605.

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

Color convert

RGB 141 23 16 -
CMYK 0 0.84 0.89 0.45
HSL 3.36º 0.8% 0.31% -
HSV(B) 3.36º 0.89% 0.55% -
XYZ 11.38 6.31 1.11 -
YUV 57.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 141 23 16 0 0.84 0.89 0.45 3.36 0.8 0.31
Hex 8D 17 10 0 54 59 2D 3 50 1F
Octal 215 27 20 0 124 131 55 3 120 37
Binary 10001101 10111 10000 0 1010100 1011001 101101 11 1010000 11111

Color Harmonies of #8D1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1710

Black with #8D1710

Text Example


Text Example

White with #8D1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,23,16); }

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

background-color css

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

 a { background-color: rgb(141,23,16); }

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

border-color css

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

 span { border-color: rgb(141,23,16); }

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