Html Css Color HEX #80130E Falu Red

📋 copy color: '#80130E'

red 128 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #80130E

Tints of Falu Red #80130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 79.5%
G = 11.8%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80130E (or 0x80130E) is known color: Falu Red. HEX triplet: 80, 13 and 0E. RGB value is (128,19,14). Sum of RGB (Red+Green+Blue) = 128+19+14=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80130E is #7FECF1. Grayscale: #333333. Windows color (decimal): -8383730 or 922496. OLE color: 922496.

HSL color Cylindrical-coordinate representation of color #80130E: hue angle of 2.63º 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 #80130E is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 14 -
CMYK 0 0.85 0.89 0.50
HSL 2.63º 0.8% 0.28% -
HSV(B) 2.63º 0.89% 0.5% -
XYZ 9.21 5.09 0.91 -
YUV 51.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 128 19 14 0 0.85 0.89 0.50 2.63 0.8 0.28
Hex 80 13 E 0 55 59 32 3 50 1C
Octal 200 23 16 0 125 131 62 3 120 34
Binary 10000000 10011 1110 0 1010101 1011001 110010 11 1010000 11100

Color Harmonies of #80130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80130E

Black with #80130E

Text Example


Text Example

White with #80130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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