Html Css Color HEX #911410 Falu Red

📋 copy color: '#911410'

red 145 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #911410

Tints of Falu Red #911410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

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

R = 80.11%
G = 11.05%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#911410 (or 0x911410) is known color: Falu Red. HEX triplet: 91, 14 and 10. RGB value is (145,20,16). Sum of RGB (Red+Green+Blue) = 145+20+16=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #911410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911410 is #6EEBEF. Grayscale: #393939. Windows color (decimal): -7269360 or 1053841. OLE color: 1053841.

HSL color Cylindrical-coordinate representation of color #911410: hue angle of 1.86º 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 #911410 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 20 16 -
CMYK 0 0.86 0.89 0.43
HSL 1.86º 0.8% 0.32% -
HSV(B) 1.86º 0.89% 0.57% -
XYZ 12.02 6.56 1.12 -
YUV 56.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 145 20 16 0 0.86 0.89 0.43 1.86 0.8 0.32
Hex 91 14 10 0 56 59 2B 2 50 20
Octal 221 24 20 0 126 131 53 2 120 40
Binary 10010001 10100 10000 0 1010110 1011001 101011 10 1010000 100000

Color Harmonies of #911410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911410

Black with #911410

Text Example


Text Example

White with #911410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911410; }

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

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

background-color css

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

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

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

border-color css

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

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

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