Html Css Color HEX #80150E Falu Red

📋 copy color: '#80150E'

red 128 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #80150E

Tints of Falu Red #80150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 78.53%
G = 12.88%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80150E (or 0x80150E) is known color: Falu Red. HEX triplet: 80, 15 and 0E. RGB value is (128,21,14). Sum of RGB (Red+Green+Blue) = 128+21+14=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80150E is #7FEAF1. Grayscale: #343434. Windows color (decimal): -8383218 or 923008. OLE color: 923008.

HSL color Cylindrical-coordinate representation of color #80150E: hue angle of 3.68º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80150E is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 14 -
CMYK 0 0.84 0.89 0.50
HSL 3.68º 0.8% 0.28% -
HSV(B) 3.68º 0.89% 0.5% -
XYZ 9.25 5.16 0.92 -
YUV 52.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 128 21 14 0 0.84 0.89 0.50 3.68 0.8 0.28
Hex 80 15 E 0 54 59 32 4 50 1C
Octal 200 25 16 0 124 131 62 4 120 34
Binary 10000000 10101 1110 0 1010100 1011001 110010 100 1010000 11100

Color Harmonies of #80150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80150E

Black with #80150E

Text Example


Text Example

White with #80150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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