Html Css Color HEX #8C170A Falu Red

📋 copy color: '#8C170A'

red 140 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #8C170A

Tints of Falu Red #8C170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 80.92%
G = 13.29%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8C170A (or 0x8C170A) is known color: Falu Red. HEX triplet: 8C, 17 and 0A. RGB value is (140,23,10). Sum of RGB (Red+Green+Blue) = 140+23+10=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C170A is #73E8F5. Grayscale: #383838. Windows color (decimal): -7596278 or 661388. OLE color: 661388.

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

Color convert

RGB 140 23 10 -
CMYK 0 0.84 0.93 0.45
HSL 0.87% 0.29% -
HSV(B) 0.93% 0.55% -
XYZ 11.18 6.21 0.9 -
YUV 56.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 140 23 10 0 0.84 0.93 0.45 6 0.87 0.29
Hex 8C 17 A 0 54 5D 2D 6 57 1D
Octal 214 27 12 0 124 135 55 6 127 35
Binary 10001100 10111 1010 0 1010100 1011101 101101 110 1010111 11101

Color Harmonies of #8C170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C170A

Black with #8C170A

Text Example


Text Example

White with #8C170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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