Html Css Color HEX #911210 Falu Red

📋 copy color: '#911210'

red 145 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #911210

Tints of Falu Red #911210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 81.01%
G = 10.06%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#911210 (or 0x911210) is known color: Falu Red. HEX triplet: 91, 12 and 10. RGB value is (145,18,16). Sum of RGB (Red+Green+Blue) = 145+18+16=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #911210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911210 is #6EEDEF. Grayscale: #373737. Windows color (decimal): -7269872 or 1053329. OLE color: 1053329.

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

Color convert

RGB 145 18 16 -
CMYK 0 0.88 0.89 0.43
HSL 0.93º 0.8% 0.32% -
HSV(B) 0.93º 0.89% 0.57% -
XYZ 11.99 6.49 1.11 -
YUV 55.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 145 18 16 0 0.88 0.89 0.43 0.93 0.8 0.32
Hex 91 12 10 0 58 59 2B 1 50 20
Octal 221 22 20 0 130 131 53 1 120 40
Binary 10010001 10010 10000 0 1011000 1011001 101011 1 1010000 100000

Color Harmonies of #911210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911210

Black with #911210

Text Example


Text Example

White with #911210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911210; }

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

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

background-color css

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

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

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

border-color css

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

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

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