Html Css Color HEX #80110B Falu Red

📋 copy color: '#80110B'

red 128 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #80110B

Tints of Falu Red #80110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 82.05%
G = 10.9%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80110B (or 0x80110B) is known color: Falu Red. HEX triplet: 80, 11 and 0B. RGB value is (128,17,11). Sum of RGB (Red+Green+Blue) = 128+17+11=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #80110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80110B is #7FEEF4. Grayscale: #313131. Windows color (decimal): -8384245 or 725376. OLE color: 725376.

HSL color Cylindrical-coordinate representation of color #80110B: hue angle of 3.08º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80110B is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 11 -
CMYK 0 0.87 0.91 0.50
HSL 3.08º 0.84% 0.27% -
HSV(B) 3.08º 0.91% 0.5% -
XYZ 9.16 5.01 0.8 -
YUV 49.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 128 17 11 0 0.87 0.91 0.50 3.08 0.84 0.27
Hex 80 11 B 0 57 5B 32 3 54 1B
Octal 200 21 13 0 127 133 62 3 124 33
Binary 10000000 10001 1011 0 1010111 1011011 110010 11 1010100 11011

Color Harmonies of #80110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80110B

Black with #80110B

Text Example


Text Example

White with #80110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80110B; }

 p { color: rgb(128,17,11); }

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

background-color css

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

 a { background-color: rgb(128,17,11); }

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

border-color css

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

 span { border-color: rgb(128,17,11); }

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