Html Css Color HEX #8C170D Falu Red

📋 copy color: '#8C170D'

red 140 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #8C170D

Tints of Falu Red #8C170D

RGB

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

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

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

R = 79.55%
G = 13.07%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C170D (or 0x8C170D) is known color: Falu Red. HEX triplet: 8C, 17 and 0D. RGB value is (140,23,13). Sum of RGB (Red+Green+Blue) = 140+23+13=176 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.55% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 140 - color contains mainly: red. Hex color #8C170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C170D is #73E8F2. Grayscale: #393939. Windows color (decimal): -7596275 or 857996. OLE color: 857996.

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

Color convert

RGB 140 23 13 -
CMYK 0 0.84 0.91 0.45
HSL 4.72º 0.83% 0.3% -
HSV(B) 4.72º 0.91% 0.55% -
XYZ 11.19 6.22 0.99 -
YUV 56.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 140 23 13 0 0.84 0.91 0.45 4.72 0.83 0.3
Hex 8C 17 D 0 54 5B 2D 5 53 1E
Octal 214 27 15 0 124 133 55 5 123 36
Binary 10001100 10111 1101 0 1010100 1011011 101101 101 1010011 11110

Color Harmonies of #8C170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C170D

Black with #8C170D

Text Example


Text Example

White with #8C170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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