Html Css Color HEX #80170D Falu Red

📋 copy color: '#80170D'

red 128 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #80170D

Tints of Falu Red #80170D

RGB

 RED value IS 128 (50.39% from 255) = 78.05%

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

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

R = 78.05%
G = 14.02%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80170D (or 0x80170D) is known color: Falu Red. HEX triplet: 80, 17 and 0D. RGB value is (128,23,13). Sum of RGB (Red+Green+Blue) = 128+23+13=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #80170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80170D is #7FE8F2. Grayscale: #353535. Windows color (decimal): -8382707 or 857984. OLE color: 857984.

HSL color Cylindrical-coordinate representation of color #80170D: hue angle of 5.22º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80170D is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 13 -
CMYK 0 0.82 0.90 0.50
HSL 5.22º 0.82% 0.28% -
HSV(B) 5.22º 0.9% 0.5% -
XYZ 9.28 5.23 0.9 -
YUV 53.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 128 23 13 0 0.82 0.90 0.50 5.22 0.82 0.28
Hex 80 17 D 0 52 5A 32 5 52 1C
Octal 200 27 15 0 122 132 62 5 122 34
Binary 10000000 10111 1101 0 1010010 1011010 110010 101 1010010 11100

Color Harmonies of #80170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80170D

Black with #80170D

Text Example


Text Example

White with #80170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80170D; }

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

 H1.HeaderClassName
 {
   color: #80170D;
 }
 .AnyTagClassName
 {
   color: #80170D;
 }
</style>

background-color css

<style>
 a { background-color: #80170D; }

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

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

border-color css

<style>
 span { border-color: #80170D; }

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

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