Html Css Color HEX #802015 Falu Red

📋 copy color: '#802015'

red 128 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #802015

Tints of Falu Red #802015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 70.72%
G = 17.68%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802015 (or 0x802015) is known color: Falu Red. HEX triplet: 80, 20 and 15. RGB value is (128,32,21). Sum of RGB (Red+Green+Blue) = 128+32+21=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802015 is #7FDFEA. Grayscale: #3B3B3B. Windows color (decimal): -8380395 or 1384576. OLE color: 1384576.

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

Color convert

RGB 128 32 21 -
CMYK 0 0.75 0.84 0.50
HSL 6.17º 0.72% 0.29% -
HSV(B) 6.17º 0.84% 0.5% -
XYZ 9.55 5.68 1.3 -
YUV 59.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 128 32 21 0 0.75 0.84 0.50 6.17 0.72 0.29
Hex 80 20 15 0 4B 54 32 6 48 1D
Octal 200 40 25 0 113 124 62 6 110 35
Binary 10000000 100000 10101 0 1001011 1010100 110010 110 1001000 11101

Color Harmonies of #802015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802015

Black with #802015

Text Example


Text Example

White with #802015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802015; }

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

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

background-color css

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

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

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

border-color css

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

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

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