Html Css Color HEX #911D10 Falu Red

📋 copy color: '#911D10'

red 145 ◦ green 29 ◦ blue 16

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

Shades of Falu Red #911D10

Tints of Falu Red #911D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 76.32%
G = 15.26%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#911D10 (or 0x911D10) is known color: Falu Red. HEX triplet: 91, 1D and 10. RGB value is (145,29,16). Sum of RGB (Red+Green+Blue) = 145+29+16=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #911D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D10 is #6EE2EF. Grayscale: #3E3E3E. Windows color (decimal): -7267056 or 1056145. OLE color: 1056145.

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

Color convert

RGB 145 29 16 -
CMYK 0 0.8 0.89 0.43
HSL 6.05º 0.8% 0.32% -
HSV(B) 6.05º 0.89% 0.57% -
XYZ 12.21 6.94 1.19 -
YUV 62.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 145 29 16 0 0.8 0.89 0.43 6.05 0.8 0.32
Hex 91 1D 10 0 50 59 2B 6 50 20
Octal 221 35 20 0 120 131 53 6 120 40
Binary 10010001 11101 10000 0 1010000 1011001 101011 110 1010000 100000

Color Harmonies of #911D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D10

Black with #911D10

Text Example


Text Example

White with #911D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D10; }

 p { color: rgb(145,29,16); }

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

background-color css

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

 a { background-color: rgb(145,29,16); }

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

border-color css

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

 span { border-color: rgb(145,29,16); }

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