Html Css Color HEX #802201 Falu Red

📋 copy color: '#802201'

red 128 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #802201

Tints of Falu Red #802201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 78.53%
G = 20.86%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#802201 (or 0x802201) is known color: Falu Red. HEX triplet: 80, 22 and 01. RGB value is (128,34,1). Sum of RGB (Red+Green+Blue) = 128+34+1=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #802201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802201 is #7FDDFE. Grayscale: #3A3A3A. Windows color (decimal): -8379903 or 74368. OLE color: 74368.

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

Color convert

RGB 128 34 1 -
CMYK 0 0.73 0.99 0.50
HSL 15.59º 0.98% 0.25% -
HSV(B) 15.59º 0.99% 0.5% -
XYZ 9.48 5.74 0.64 -
YUV 58.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 128 34 1 0 0.73 0.99 0.50 15.59 0.98 0.25
Hex 80 22 1 0 49 63 32 10 62 19
Octal 200 42 1 0 111 143 62 20 142 31
Binary 10000000 100010 1 0 1001001 1100011 110010 10000 1100010 11001

Color Harmonies of #802201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802201

Black with #802201

Text Example


Text Example

White with #802201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802201; }

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

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

background-color css

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

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

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

border-color css

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

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

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