Html Css Color HEX #8C1610 Falu Red

📋 copy color: '#8C1610'

red 140 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #8C1610

Tints of Falu Red #8C1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 78.65%
G = 12.36%
B = 8.99%

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

#8C1610 (or 0x8C1610) is known color: Falu Red. HEX triplet: 8C, 16 and 10. RGB value is (140,22,16). Sum of RGB (Red+Green+Blue) = 140+22+16=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1610 is #73E9EF. Grayscale: #383838. Windows color (decimal): -7596528 or 1054348. OLE color: 1054348.

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

Color convert

RGB 140 22 16 -
CMYK 0 0.84 0.89 0.45
HSL 2.9º 0.79% 0.31% -
HSV(B) 2.9º 0.89% 0.55% -
XYZ 11.2 6.19 1.09 -
YUV 56.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 140 22 16 0 0.84 0.89 0.45 2.9 0.79 0.31
Hex 8C 16 10 0 54 59 2D 3 4F 1F
Octal 214 26 20 0 124 131 55 3 117 37
Binary 10001100 10110 10000 0 1010100 1011001 101101 11 1001111 11111

Color Harmonies of #8C1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1610

Black with #8C1610

Text Example


Text Example

White with #8C1610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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