Html Css Color HEX #802809 Falu Red

📋 copy color: '#802809'

red 128 ◦ green 40 ◦ blue 9

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

Shades of Falu Red #802809

Tints of Falu Red #802809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 72.32%
G = 22.6%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#802809 (or 0x802809) is known color: Falu Red. HEX triplet: 80, 28 and 09. RGB value is (128,40,9). Sum of RGB (Red+Green+Blue) = 128+40+9=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802809 is #7FD7F6. Grayscale: #3E3E3E. Windows color (decimal): -8378359 or 600192. OLE color: 600192.

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

Color convert

RGB 128 40 9 -
CMYK 0 0.69 0.93 0.50
HSL 15.63º 0.87% 0.27% -
HSV(B) 15.63º 0.93% 0.5% -
XYZ 9.71 6.13 0.93 -
YUV 62.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 128 40 9 0 0.69 0.93 0.50 15.63 0.87 0.27
Hex 80 28 9 0 45 5D 32 10 57 1B
Octal 200 50 11 0 105 135 62 20 127 33
Binary 10000000 101000 1001 0 1000101 1011101 110010 10000 1010111 11011

Color Harmonies of #802809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802809

Black with #802809

Text Example


Text Example

White with #802809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802809; }

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

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

background-color css

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

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

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

border-color css

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

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

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