Html Css Color HEX #8C1308 Falu Red

📋 copy color: '#8C1308'

red 140 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #8C1308

Tints of Falu Red #8C1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 83.83%
G = 11.38%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C1308 (or 0x8C1308) is known color: Falu Red. HEX triplet: 8C, 13 and 08. RGB value is (140,19,8). Sum of RGB (Red+Green+Blue) = 140+19+8=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1308 is #73ECF7. Grayscale: #363636. Windows color (decimal): -7597304 or 529292. OLE color: 529292.

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

Color convert

RGB 140 19 8 -
CMYK 0 0.86 0.94 0.45
HSL 0.89% 0.29% -
HSV(B) 0.94% 0.55% -
XYZ 11.09 6.06 0.81 -
YUV 53.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 140 19 8 0 0.86 0.94 0.45 5 0.89 0.29
Hex 8C 13 8 0 56 5E 2D 5 59 1D
Octal 214 23 10 0 126 136 55 5 131 35
Binary 10001100 10011 1000 0 1010110 1011110 101101 101 1011001 11101

Color Harmonies of #8C1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1308

Black with #8C1308

Text Example


Text Example

White with #8C1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,8); }

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

background-color css

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

 a { background-color: rgb(140,19,8); }

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

border-color css

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

 span { border-color: rgb(140,19,8); }

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