Html Css Color HEX #801902 Falu Red

📋 copy color: '#801902'

red 128 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #801902

Tints of Falu Red #801902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 82.58%
G = 16.13%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801902 (or 0x801902) is known color: Falu Red. HEX triplet: 80, 19 and 02. RGB value is (128,25,2). Sum of RGB (Red+Green+Blue) = 128+25+2=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801902 is #7FE6FD. Grayscale: #353535. Windows color (decimal): -8382206 or 137600. OLE color: 137600.

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

Color convert

RGB 128 25 2 -
CMYK 0 0.80 0.98 0.50
HSL 10.95º 0.97% 0.25% -
HSV(B) 10.95º 0.98% 0.5% -
XYZ 9.26 5.29 0.59 -
YUV 53.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 128 25 2 0 0.80 0.98 0.50 10.95 0.97 0.25
Hex 80 19 2 0 50 62 32 B 61 19
Octal 200 31 2 0 120 142 62 13 141 31
Binary 10000000 11001 10 0 1010000 1100010 110010 1011 1100001 11001

Color Harmonies of #801902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801902

Black with #801902

Text Example


Text Example

White with #801902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801902; }

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

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

background-color css

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

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

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

border-color css

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

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

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