Html Css Color HEX #802202 Falu Red

📋 copy color: '#802202'

red 128 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #802202

Tints of Falu Red #802202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 78.05%
G = 20.73%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802202 (or 0x802202) is known color: Falu Red. HEX triplet: 80, 22 and 02. RGB value is (128,34,2). Sum of RGB (Red+Green+Blue) = 128+34+2=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #802202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802202 is #7FDDFD. Grayscale: #3A3A3A. Windows color (decimal): -8379902 or 139904. OLE color: 139904.

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

Color convert

RGB 128 34 2 -
CMYK 0 0.73 0.98 0.50
HSL 15.24º 0.97% 0.25% -
HSV(B) 15.24º 0.98% 0.5% -
XYZ 9.49 5.74 0.66 -
YUV 58.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 128 34 2 0 0.73 0.98 0.50 15.24 0.97 0.25
Hex 80 22 2 0 49 62 32 F 61 19
Octal 200 42 2 0 111 142 62 17 141 31
Binary 10000000 100010 10 0 1001001 1100010 110010 1111 1100001 11001

Color Harmonies of #802202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802202

Black with #802202

Text Example


Text Example

White with #802202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802202; }

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

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

background-color css

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

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

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

border-color css

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

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

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