Html Css Color HEX #802217 Falu Red

📋 copy color: '#802217'

red 128 ◦ green 34 ◦ blue 23

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

Shades of Falu Red #802217

Tints of Falu Red #802217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 69.19%
G = 18.38%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#802217 (or 0x802217) is known color: Falu Red. HEX triplet: 80, 22 and 17. RGB value is (128,34,23). Sum of RGB (Red+Green+Blue) = 128+34+23=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #802217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802217 is #7FDDE8. Grayscale: #3C3C3C. Windows color (decimal): -8379881 or 1516160. OLE color: 1516160.

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

Color convert

RGB 128 34 23 -
CMYK 0 0.73 0.82 0.50
HSL 6.29º 0.7% 0.3% -
HSV(B) 6.29º 0.82% 0.5% -
XYZ 9.63 5.8 1.42 -
YUV 60.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 128 34 23 0 0.73 0.82 0.50 6.29 0.7 0.3
Hex 80 22 17 0 49 52 32 6 46 1E
Octal 200 42 27 0 111 122 62 6 106 36
Binary 10000000 100010 10111 0 1001001 1010010 110010 110 1000110 11110

Color Harmonies of #802217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802217

Black with #802217

Text Example


Text Example

White with #802217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802217; }

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

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

background-color css

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

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

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

border-color css

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

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

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