Html Css Color HEX #802009 Falu Red

📋 copy color: '#802009'

red 128 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #802009

Tints of Falu Red #802009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 9 (3.91% from 255) = 5.33%

R = 75.74%
G = 18.93%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#802009 (or 0x802009) is known color: Falu Red. HEX triplet: 80, 20 and 09. RGB value is (128,32,9). Sum of RGB (Red+Green+Blue) = 128+32+9=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802009 is #7FDFF6. Grayscale: #3A3A3A. Windows color (decimal): -8380407 or 598144. OLE color: 598144.

HSL color Cylindrical-coordinate representation of color #802009: hue angle of 11.6º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802009 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 9 -
CMYK 0 0.75 0.93 0.50
HSL 11.6º 0.87% 0.27% -
HSV(B) 11.6º 0.93% 0.5% -
XYZ 9.47 5.64 0.85 -
YUV 58.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 128 32 9 0 0.75 0.93 0.50 11.6 0.87 0.27
Hex 80 20 9 0 4B 5D 32 C 57 1B
Octal 200 40 11 0 113 135 62 14 127 33
Binary 10000000 100000 1001 0 1001011 1011101 110010 1100 1010111 11011

Color Harmonies of #802009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802009

Black with #802009

Text Example


Text Example

White with #802009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802009; }

 p { color: rgb(128,32,9); }

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

background-color css

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

 a { background-color: rgb(128,32,9); }

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

border-color css

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

 span { border-color: rgb(128,32,9); }

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