Html Css Color HEX #911812 Falu Red

📋 copy color: '#911812'

red 145 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #911812

Tints of Falu Red #911812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 77.54%
G = 12.83%
B = 9.63%

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

#911812 (or 0x911812) is known color: Falu Red. HEX triplet: 91, 18 and 12. RGB value is (145,24,18). Sum of RGB (Red+Green+Blue) = 145+24+18=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911812 is #6EE7ED. Grayscale: #3B3B3B. Windows color (decimal): -7268334 or 1185937. OLE color: 1185937.

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

Color convert

RGB 145 24 18 -
CMYK 0 0.83 0.88 0.43
HSL 2.83º 0.78% 0.32% -
HSV(B) 2.83º 0.88% 0.57% -
XYZ 12.11 6.72 1.23 -
YUV 59.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 145 24 18 0 0.83 0.88 0.43 2.83 0.78 0.32
Hex 91 18 12 0 53 58 2B 3 4E 20
Octal 221 30 22 0 123 130 53 3 116 40
Binary 10010001 11000 10010 0 1010011 1011000 101011 11 1001110 100000

Color Harmonies of #911812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911812

Black with #911812

Text Example


Text Example

White with #911812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911812; }

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

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

background-color css

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

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

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

border-color css

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

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

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