Html Css Color HEX #911614 Falu Red

📋 copy color: '#911614'

red 145 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #911614

Tints of Falu Red #911614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 77.54%
G = 11.76%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#911614 (or 0x911614) is known color: Falu Red. HEX triplet: 91, 16 and 14. RGB value is (145,22,20). Sum of RGB (Red+Green+Blue) = 145+22+20=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911614 is #6EE9EB. Grayscale: #3A3A3A. Windows color (decimal): -7268844 or 1316497. OLE color: 1316497.

HSL color Cylindrical-coordinate representation of color #911614: hue angle of 0.96º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911614 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 22 20 -
CMYK 0 0.85 0.86 0.43
HSL 0.96º 0.76% 0.32% -
HSV(B) 0.96º 0.86% 0.57% -
XYZ 12.09 6.64 1.31 -
YUV 58.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 145 22 20 0 0.85 0.86 0.43 0.96 0.76 0.32
Hex 91 16 14 0 55 56 2B 1 4C 20
Octal 221 26 24 0 125 126 53 1 114 40
Binary 10010001 10110 10100 0 1010101 1010110 101011 1 1001100 100000

Color Harmonies of #911614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911614

Black with #911614

Text Example


Text Example

White with #911614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911614; }

 p { color: rgb(145,22,20); }

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

background-color css

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

 a { background-color: rgb(145,22,20); }

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

border-color css

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

 span { border-color: rgb(145,22,20); }

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