Html Css Color HEX #802200 Falu Red

📋 copy color: '#802200'

red 128 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #802200

Tints of Falu Red #802200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.01%
G = 20.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802200 (or 0x802200) is known color: Falu Red. HEX triplet: 80, 22 and 00. RGB value is (128,34,0). Sum of RGB (Red+Green+Blue) = 128+34+0=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #802200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802200 is #7FDDFF. Grayscale: #3A3A3A. Windows color (decimal): -8379904 or 8832. OLE color: 8832.

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

Color convert

RGB 128 34 0 -
CMYK 0 0.73 1 0.50
HSL 15.94º 1% 0.25% -
HSV(B) 15.94º 1% 0.5% -
XYZ 9.47 5.73 0.61 -
YUV 58.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 128 34 0 0 0.73 1 0.50 15.94 1 0.25
Hex 80 22 0 0 49 64 32 10 64 19
Octal 200 42 0 0 111 144 62 20 144 31
Binary 10000000 100010 0 0 1001001 1100100 110010 10000 1100100 11001

Color Harmonies of #802200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802200

Black with #802200

Text Example


Text Example

White with #802200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802200; }

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

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

background-color css

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

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

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

border-color css

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

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

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