Html Css Color HEX #802805 Falu Red

📋 copy color: '#802805'

red 128 ◦ green 40 ◦ blue 5

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

Shades of Falu Red #802805

Tints of Falu Red #802805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 73.99%
G = 23.12%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#802805 (or 0x802805) is known color: Falu Red. HEX triplet: 80, 28 and 05. RGB value is (128,40,5). Sum of RGB (Red+Green+Blue) = 128+40+5=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #802805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802805 is #7FD7FA. Grayscale: #3E3E3E. Windows color (decimal): -8378363 or 338048. OLE color: 338048.

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

Color convert

RGB 128 40 5 -
CMYK 0 0.69 0.96 0.50
HSL 17.07º 0.92% 0.26% -
HSV(B) 17.07º 0.96% 0.5% -
XYZ 9.69 6.12 0.81 -
YUV 62.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 128 40 5 0 0.69 0.96 0.50 17.07 0.92 0.26
Hex 80 28 5 0 45 60 32 11 5C 1A
Octal 200 50 5 0 105 140 62 21 134 32
Binary 10000000 101000 101 0 1000101 1100000 110010 10001 1011100 11010

Color Harmonies of #802805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802805

Black with #802805

Text Example


Text Example

White with #802805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802805; }

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

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

background-color css

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

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

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

border-color css

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

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

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