Html Css Color HEX #911912 Falu Red

📋 copy color: '#911912'

red 145 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #911912

Tints of Falu Red #911912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 77.13%
G = 13.3%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911912 (or 0x911912) is known color: Falu Red. HEX triplet: 91, 19 and 12. RGB value is (145,25,18). Sum of RGB (Red+Green+Blue) = 145+25+18=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911912 is #6EE6ED. Grayscale: #3C3C3C. Windows color (decimal): -7268078 or 1186193. OLE color: 1186193.

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

Color convert

RGB 145 25 18 -
CMYK 0 0.83 0.88 0.43
HSL 3.31º 0.78% 0.32% -
HSV(B) 3.31º 0.88% 0.57% -
XYZ 12.13 6.76 1.24 -
YUV 60.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 145 25 18 0 0.83 0.88 0.43 3.31 0.78 0.32
Hex 91 19 12 0 53 58 2B 3 4E 20
Octal 221 31 22 0 123 130 53 3 116 40
Binary 10010001 11001 10010 0 1010011 1011000 101011 11 1001110 100000

Color Harmonies of #911912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911912

Black with #911912

Text Example


Text Example

White with #911912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911912; }

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

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

background-color css

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

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

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

border-color css

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

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

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