Html Css Color HEX #802106 Falu Red

📋 copy color: '#802106'

red 128 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #802106

Tints of Falu Red #802106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 76.65%
G = 19.76%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#802106 (or 0x802106) is known color: Falu Red. HEX triplet: 80, 21 and 06. RGB value is (128,33,6). Sum of RGB (Red+Green+Blue) = 128+33+6=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #802106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802106 is #7FDEF9. Grayscale: #3A3A3A. Windows color (decimal): -8380154 or 401792. OLE color: 401792.

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

Color convert

RGB 128 33 6 -
CMYK 0 0.74 0.95 0.50
HSL 13.28º 0.91% 0.26% -
HSV(B) 13.28º 0.95% 0.5% -
XYZ 9.48 5.69 0.77 -
YUV 58.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 128 33 6 0 0.74 0.95 0.50 13.28 0.91 0.26
Hex 80 21 6 0 4A 5F 32 D 5B 1A
Octal 200 41 6 0 112 137 62 15 133 32
Binary 10000000 100001 110 0 1001010 1011111 110010 1101 1011011 11010

Color Harmonies of #802106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802106

Black with #802106

Text Example


Text Example

White with #802106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802106; }

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

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

background-color css

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

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

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

border-color css

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

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

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