Html Css Color HEX #8C1816 Falu Red

📋 copy color: '#8C1816'

red 140 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #8C1816

Tints of Falu Red #8C1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

 BLUE value IS 22 (8.98% from 255) = 11.83%

R = 75.27%
G = 12.9%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C1816 (or 0x8C1816) is known color: Falu Red. HEX triplet: 8C, 18 and 16. RGB value is (140,24,22). Sum of RGB (Red+Green+Blue) = 140+24+22=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1816 is #73E7E9. Grayscale: #3A3A3A. Windows color (decimal): -7596010 or 1448076. OLE color: 1448076.

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

Color convert

RGB 140 24 22 -
CMYK 0 0.83 0.84 0.45
HSL 1.02º 0.73% 0.32% -
HSV(B) 1.02º 0.84% 0.55% -
XYZ 11.29 6.29 1.38 -
YUV 58.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 140 24 22 0 0.83 0.84 0.45 1.02 0.73 0.32
Hex 8C 18 16 0 53 54 2D 1 49 20
Octal 214 30 26 0 123 124 55 1 111 40
Binary 10001100 11000 10110 0 1010011 1010100 101101 1 1001001 100000

Color Harmonies of #8C1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1816

Black with #8C1816

Text Example


Text Example

White with #8C1816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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