Html Css Color HEX #8C1710 Falu Red

📋 copy color: '#8C1710'

red 140 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #8C1710

Tints of Falu Red #8C1710

RGB

 RED value IS 140 (55.08% from 255) = 78.21%

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

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

R = 78.21%
G = 12.85%
B = 8.94%

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

#8C1710 (or 0x8C1710) is known color: Falu Red. HEX triplet: 8C, 17 and 10. RGB value is (140,23,16). Sum of RGB (Red+Green+Blue) = 140+23+16=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1710 is #73E8EF. Grayscale: #393939. Windows color (decimal): -7596272 or 1054604. OLE color: 1054604.

HSL color Cylindrical-coordinate representation of color #8C1710: hue angle of 3.39º degrees, saturation: 0.79, 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 #8C1710 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 16 -
CMYK 0 0.84 0.89 0.45
HSL 3.39º 0.79% 0.31% -
HSV(B) 3.39º 0.89% 0.55% -
XYZ 11.22 6.23 1.1 -
YUV 57.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 140 23 16 0 0.84 0.89 0.45 3.39 0.79 0.31
Hex 8C 17 10 0 54 59 2D 3 4F 1F
Octal 214 27 20 0 124 131 55 3 117 37
Binary 10001100 10111 10000 0 1010100 1011001 101101 11 1001111 11111

Color Harmonies of #8C1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1710

Black with #8C1710

Text Example


Text Example

White with #8C1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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