Html Css Color HEX #91110E Falu Red

📋 copy color: '#91110E'

red 145 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #91110E

Tints of Falu Red #91110E

RGB

 RED value IS 145 (57.03% from 255) = 82.39%

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

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

R = 82.39%
G = 9.66%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91110E (or 0x91110E) is known color: Falu Red. HEX triplet: 91, 11 and 0E. RGB value is (145,17,14). Sum of RGB (Red+Green+Blue) = 145+17+14=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91110E is #6EEEF1. Grayscale: #373737. Windows color (decimal): -7270130 or 922001. OLE color: 922001.

HSL color Cylindrical-coordinate representation of color #91110E: hue angle of 1.37º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91110E is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 14 -
CMYK 0 0.88 0.90 0.43
HSL 1.37º 0.82% 0.31% -
HSV(B) 1.37º 0.9% 0.57% -
XYZ 11.96 6.45 1.03 -
YUV 54.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 145 17 14 0 0.88 0.90 0.43 1.37 0.82 0.31
Hex 91 11 E 0 58 5A 2B 1 52 1F
Octal 221 21 16 0 130 132 53 1 122 37
Binary 10010001 10001 1110 0 1011000 1011010 101011 1 1010010 11111

Color Harmonies of #91110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91110E

Black with #91110E

Text Example


Text Example

White with #91110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,17,14); }

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

background-color css

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

 a { background-color: rgb(145,17,14); }

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

border-color css

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

 span { border-color: rgb(145,17,14); }

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