Html Css Color HEX #802017 Falu Red

📋 copy color: '#802017'

red 128 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #802017

Tints of Falu Red #802017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 69.95%
G = 17.49%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#802017 (or 0x802017) is known color: Falu Red. HEX triplet: 80, 20 and 17. RGB value is (128,32,23). Sum of RGB (Red+Green+Blue) = 128+32+23=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802017 is #7FDFE8. Grayscale: #3B3B3B. Windows color (decimal): -8380393 or 1515648. OLE color: 1515648.

HSL color Cylindrical-coordinate representation of color #802017: hue angle of 5.14º 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 #802017 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 23 -
CMYK 0 0.75 0.82 0.50
HSL 5.14º 0.7% 0.3% -
HSV(B) 5.14º 0.82% 0.5% -
XYZ 9.57 5.68 1.4 -
YUV 59.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 128 32 23 0 0.75 0.82 0.50 5.14 0.7 0.3
Hex 80 20 17 0 4B 52 32 5 46 1E
Octal 200 40 27 0 113 122 62 5 106 36
Binary 10000000 100000 10111 0 1001011 1010010 110010 101 1000110 11110

Color Harmonies of #802017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802017

Black with #802017

Text Example


Text Example

White with #802017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802017; }

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

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

background-color css

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

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

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

border-color css

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

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

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