Html Css Color HEX #801A0E Falu Red

📋 copy color: '#801A0E'

red 128 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #801A0E

Tints of Falu Red #801A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 76.19%
G = 15.48%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#801A0E (or 0x801A0E) is known color: Falu Red. HEX triplet: 80, 1A and 0E. RGB value is (128,26,14). Sum of RGB (Red+Green+Blue) = 128+26+14=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #801A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A0E is #7FE5F1. Grayscale: #373737. Windows color (decimal): -8381938 or 924288. OLE color: 924288.

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

Color convert

RGB 128 26 14 -
CMYK 0 0.80 0.89 0.50
HSL 6.32º 0.8% 0.28% -
HSV(B) 6.32º 0.89% 0.5% -
XYZ 9.35 5.36 0.96 -
YUV 55.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 128 26 14 0 0.80 0.89 0.50 6.32 0.8 0.28
Hex 80 1A E 0 50 59 32 6 50 1C
Octal 200 32 16 0 120 131 62 6 120 34
Binary 10000000 11010 1110 0 1010000 1011001 110010 110 1010000 11100

Color Harmonies of #801A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801A0E

Black with #801A0E

Text Example


Text Example

White with #801A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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