Html Css Color HEX #802005 Falu Red

📋 copy color: '#802005'

red 128 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #802005

Tints of Falu Red #802005

RGB

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

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

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

R = 77.58%
G = 19.39%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#802005 (or 0x802005) is known color: Falu Red. HEX triplet: 80, 20 and 05. RGB value is (128,32,5). Sum of RGB (Red+Green+Blue) = 128+32+5=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #802005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802005 is #7FDFFA. Grayscale: #393939. Windows color (decimal): -8380411 or 336000. OLE color: 336000.

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

Color convert

RGB 128 32 5 -
CMYK 0 0.75 0.96 0.50
HSL 13.17º 0.92% 0.26% -
HSV(B) 13.17º 0.96% 0.5% -
XYZ 9.45 5.63 0.73 -
YUV 57.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 128 32 5 0 0.75 0.96 0.50 13.17 0.92 0.26
Hex 80 20 5 0 4B 60 32 D 5C 1A
Octal 200 40 5 0 113 140 62 15 134 32
Binary 10000000 100000 101 0 1001011 1100000 110010 1101 1011100 11010

Color Harmonies of #802005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802005

Black with #802005

Text Example


Text Example

White with #802005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802005; }

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

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

background-color css

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

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

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

border-color css

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

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

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