Html Css Color HEX #802100 Falu Red

📋 copy color: '#802100'

red 128 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #802100

Tints of Falu Red #802100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.5%
G = 20.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802100 (or 0x802100) is known color: Falu Red. HEX triplet: 80, 21 and 00. RGB value is (128,33,0). Sum of RGB (Red+Green+Blue) = 128+33+0=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #802100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802100 is #7FDEFF. Grayscale: #393939. Windows color (decimal): -8380160 or 8576. OLE color: 8576.

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

Color convert

RGB 128 33 0 -
CMYK 0 0.74 1 0.50
HSL 15.47º 1% 0.25% -
HSV(B) 15.47º 1% 0.5% -
XYZ 9.45 5.68 0.6 -
YUV 57.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 128 33 0 0 0.74 1 0.50 15.47 1 0.25
Hex 80 21 0 0 4A 64 32 F 64 19
Octal 200 41 0 0 112 144 62 17 144 31
Binary 10000000 100001 0 0 1001010 1100100 110010 1111 1100100 11001

Color Harmonies of #802100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802100

Black with #802100

Text Example


Text Example

White with #802100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802100; }

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

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

background-color css

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

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

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

border-color css

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

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

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