Html Css Color HEX #80270E Falu Red

📋 copy color: '#80270E'

red 128 ◦ green 39 ◦ blue 14

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

Shades of Falu Red #80270E

Tints of Falu Red #80270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 70.72%
G = 21.55%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80270E (or 0x80270E) is known color: Falu Red. HEX triplet: 80, 27 and 0E. RGB value is (128,39,14). Sum of RGB (Red+Green+Blue) = 128+39+14=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80270E is #7FD8F1. Grayscale: #3E3E3E. Windows color (decimal): -8378610 or 927616. OLE color: 927616.

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

Color convert

RGB 128 39 14 -
CMYK 0 0.70 0.89 0.50
HSL 13.16º 0.8% 0.28% -
HSV(B) 13.16º 0.89% 0.5% -
XYZ 9.71 6.07 1.08 -
YUV 62.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 128 39 14 0 0.70 0.89 0.50 13.16 0.8 0.28
Hex 80 27 E 0 46 59 32 D 50 1C
Octal 200 47 16 0 106 131 62 15 120 34
Binary 10000000 100111 1110 0 1000110 1011001 110010 1101 1010000 11100

Color Harmonies of #80270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80270E

Black with #80270E

Text Example


Text Example

White with #80270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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