Html Css Color HEX #8C1704 Falu Red

📋 copy color: '#8C1704'

red 140 ◦ green 23 ◦ blue 4

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

Shades of Falu Red #8C1704

Tints of Falu Red #8C1704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 83.83%
G = 13.77%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C1704 (or 0x8C1704) is known color: Falu Red. HEX triplet: 8C, 17 and 04. RGB value is (140,23,4). Sum of RGB (Red+Green+Blue) = 140+23+4=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1704 is #73E8FB. Grayscale: #383838. Windows color (decimal): -7596284 or 268172. OLE color: 268172.

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

Color convert

RGB 140 23 4 -
CMYK 0 0.84 0.97 0.45
HSL 8.38º 0.94% 0.28% -
HSV(B) 8.38º 0.97% 0.55% -
XYZ 11.14 6.2 0.72 -
YUV 55.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 140 23 4 0 0.84 0.97 0.45 8.38 0.94 0.28
Hex 8C 17 4 0 54 61 2D 8 5E 1C
Octal 214 27 4 0 124 141 55 10 136 34
Binary 10001100 10111 100 0 1010100 1100001 101101 1000 1011110 11100

Color Harmonies of #8C1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1704

Black with #8C1704

Text Example


Text Example

White with #8C1704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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