Html Css Color HEX #911713 Falu Red

📋 copy color: '#911713'

red 145 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #911713

Tints of Falu Red #911713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 77.54%
G = 12.3%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#911713 (or 0x911713) is known color: Falu Red. HEX triplet: 91, 17 and 13. RGB value is (145,23,19). Sum of RGB (Red+Green+Blue) = 145+23+19=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911713 is #6EE8EC. Grayscale: #3B3B3B. Windows color (decimal): -7268589 or 1251217. OLE color: 1251217.

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

Color convert

RGB 145 23 19 -
CMYK 0 0.84 0.87 0.43
HSL 1.9º 0.77% 0.32% -
HSV(B) 1.9º 0.87% 0.57% -
XYZ 12.1 6.68 1.27 -
YUV 59.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 145 23 19 0 0.84 0.87 0.43 1.9 0.77 0.32
Hex 91 17 13 0 54 57 2B 2 4D 20
Octal 221 27 23 0 124 127 53 2 115 40
Binary 10010001 10111 10011 0 1010100 1010111 101011 10 1001101 100000

Color Harmonies of #911713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911713

Black with #911713

Text Example


Text Example

White with #911713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911713; }

 p { color: rgb(145,23,19); }

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

background-color css

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

 a { background-color: rgb(145,23,19); }

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

border-color css

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

 span { border-color: rgb(145,23,19); }

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