Html Css Color HEX #801717 Falu Red

📋 copy color: '#801717'

red 128 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #801717

Tints of Falu Red #801717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 73.56%
G = 13.22%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#801717 (or 0x801717) is known color: Falu Red. HEX triplet: 80, 17 and 17. RGB value is (128,23,23). Sum of RGB (Red+Green+Blue) = 128+23+23=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #801717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801717 is #7FE8E8. Grayscale: #363636. Windows color (decimal): -8382697 or 1513344. OLE color: 1513344.

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

Color convert

RGB 128 23 23 -
CMYK 0 0.82 0.82 0.50
HSL 0.7% 0.3% -
HSV(B) 0.82% 0.5% -
XYZ 9.36 5.26 1.33 -
YUV 54.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 128 23 23 0 0.82 0.82 0.50 0 0.7 0.3
Hex 80 17 17 0 52 52 32 0 46 1E
Octal 200 27 27 0 122 122 62 0 106 36
Binary 10000000 10111 10111 0 1010010 1010010 110010 0 1000110 11110

Color Harmonies of #801717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801717

Black with #801717

Text Example


Text Example

White with #801717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801717; }

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

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

background-color css

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

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

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

border-color css

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

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

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