Html Css Color HEX #802105 Falu Red

📋 copy color: '#802105'

red 128 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #802105

Tints of Falu Red #802105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

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

R = 77.11%
G = 19.88%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#802105 (or 0x802105) is known color: Falu Red. HEX triplet: 80, 21 and 05. RGB value is (128,33,5). Sum of RGB (Red+Green+Blue) = 128+33+5=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #802105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802105 is #7FDEFA. Grayscale: #3A3A3A. Windows color (decimal): -8380155 or 336256. OLE color: 336256.

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

Color convert

RGB 128 33 5 -
CMYK 0 0.74 0.96 0.50
HSL 13.66º 0.92% 0.26% -
HSV(B) 13.66º 0.96% 0.5% -
XYZ 9.47 5.69 0.74 -
YUV 58.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 128 33 5 0 0.74 0.96 0.50 13.66 0.92 0.26
Hex 80 21 5 0 4A 60 32 E 5C 1A
Octal 200 41 5 0 112 140 62 16 134 32
Binary 10000000 100001 101 0 1001010 1100000 110010 1110 1011100 11010

Color Harmonies of #802105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802105

Black with #802105

Text Example


Text Example

White with #802105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802105; }

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

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

background-color css

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

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

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

border-color css

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

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

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