Html Css Color HEX #801715 Falu Red

📋 copy color: '#801715'

red 128 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #801715

Tints of Falu Red #801715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 74.42%
G = 13.37%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801715 (or 0x801715) is known color: Falu Red. HEX triplet: 80, 17 and 15. RGB value is (128,23,21). Sum of RGB (Red+Green+Blue) = 128+23+21=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801715 is #7FE8EA. Grayscale: #363636. Windows color (decimal): -8382699 or 1382272. OLE color: 1382272.

HSL color Cylindrical-coordinate representation of color #801715: hue angle of 1.12º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801715 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 21 -
CMYK 0 0.82 0.84 0.50
HSL 1.12º 0.72% 0.29% -
HSV(B) 1.12º 0.84% 0.5% -
XYZ 9.34 5.26 1.23 -
YUV 54.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 128 23 21 0 0.82 0.84 0.50 1.12 0.72 0.29
Hex 80 17 15 0 52 54 32 1 48 1D
Octal 200 27 25 0 122 124 62 1 110 35
Binary 10000000 10111 10101 0 1010010 1010100 110010 1 1001000 11101

Color Harmonies of #801715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801715

Black with #801715

Text Example


Text Example

White with #801715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801715; }

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

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

background-color css

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

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

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

border-color css

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

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

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