Html Css Color HEX #802012 Falu Red

📋 copy color: '#802012'

red 128 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #802012

Tints of Falu Red #802012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 71.91%
G = 17.98%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#802012 (or 0x802012) is known color: Falu Red. HEX triplet: 80, 20 and 12. RGB value is (128,32,18). Sum of RGB (Red+Green+Blue) = 128+32+18=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #802012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802012 is #7FDFED. Grayscale: #3B3B3B. Windows color (decimal): -8380398 or 1187968. OLE color: 1187968.

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

Color convert

RGB 128 32 18 -
CMYK 0 0.75 0.86 0.50
HSL 7.64º 0.75% 0.29% -
HSV(B) 7.64º 0.86% 0.5% -
XYZ 9.53 5.67 1.16 -
YUV 59.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 128 32 18 0 0.75 0.86 0.50 7.64 0.75 0.29
Hex 80 20 12 0 4B 56 32 8 4B 1D
Octal 200 40 22 0 113 126 62 10 113 35
Binary 10000000 100000 10010 0 1001011 1010110 110010 1000 1001011 11101

Color Harmonies of #802012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802012

Black with #802012

Text Example


Text Example

White with #802012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802012; }

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

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

background-color css

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

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

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

border-color css

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

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

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