Html Css Color HEX #8C120D Falu Red

📋 copy color: '#8C120D'

red 140 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #8C120D

Tints of Falu Red #8C120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 81.87%
G = 10.53%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C120D (or 0x8C120D) is known color: Falu Red. HEX triplet: 8C, 12 and 0D. RGB value is (140,18,13). Sum of RGB (Red+Green+Blue) = 140+18+13=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C120D is #73EDF2. Grayscale: #363636. Windows color (decimal): -7597555 or 856716. OLE color: 856716.

HSL color Cylindrical-coordinate representation of color #8C120D: hue angle of 2.36º degrees, saturation: 0.83, 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 #8C120D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 13 -
CMYK 0 0.87 0.91 0.45
HSL 2.36º 0.83% 0.3% -
HSV(B) 2.36º 0.91% 0.55% -
XYZ 11.1 6.04 0.96 -
YUV 53.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 140 18 13 0 0.87 0.91 0.45 2.36 0.83 0.3
Hex 8C 12 D 0 57 5B 2D 2 53 1E
Octal 214 22 15 0 127 133 55 2 123 36
Binary 10001100 10010 1101 0 1010111 1011011 101101 10 1010011 11110

Color Harmonies of #8C120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C120D

Black with #8C120D

Text Example


Text Example

White with #8C120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,13); }

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

background-color css

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

 a { background-color: rgb(140,18,13); }

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

border-color css

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

 span { border-color: rgb(140,18,13); }

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