Html Css Color HEX #802808 Falu Red

📋 copy color: '#802808'

red 128 ◦ green 40 ◦ blue 8

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

Shades of Falu Red #802808

Tints of Falu Red #802808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 72.73%
G = 22.73%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802808 (or 0x802808) is known color: Falu Red. HEX triplet: 80, 28 and 08. RGB value is (128,40,8). Sum of RGB (Red+Green+Blue) = 128+40+8=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802808 is #7FD7F7. Grayscale: #3E3E3E. Windows color (decimal): -8378360 or 534656. OLE color: 534656.

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

Color convert

RGB 128 40 8 -
CMYK 0 0.69 0.94 0.50
HSL 16º 0.88% 0.27% -
HSV(B) 16º 0.94% 0.5% -
XYZ 9.7 6.12 0.9 -
YUV 62.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 128 40 8 0 0.69 0.94 0.50 16 0.88 0.27
Hex 80 28 8 0 45 5E 32 10 58 1B
Octal 200 50 10 0 105 136 62 20 130 33
Binary 10000000 101000 1000 0 1000101 1011110 110010 10000 1011000 11011

Color Harmonies of #802808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802808

Black with #802808

Text Example


Text Example

White with #802808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802808; }

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

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

background-color css

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

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

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

border-color css

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

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

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