Html Css Color HEX #911E0C Falu Red

📋 copy color: '#911E0C'

red 145 ◦ green 30 ◦ blue 12

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

Shades of Falu Red #911E0C

Tints of Falu Red #911E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 77.54%
G = 16.04%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#911E0C (or 0x911E0C) is known color: Falu Red. HEX triplet: 91, 1E and 0C. RGB value is (145,30,12). Sum of RGB (Red+Green+Blue) = 145+30+12=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E0C is #6EE1F3. Grayscale: #3E3E3E. Windows color (decimal): -7266804 or 794257. OLE color: 794257.

HSL color Cylindrical-coordinate representation of color #911E0C: hue angle of 8.12º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #911E0C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 30 12 -
CMYK 0 0.79 0.92 0.43
HSL 8.12º 0.85% 0.31% -
HSV(B) 8.12º 0.92% 0.57% -
XYZ 12.21 6.97 1.05 -
YUV 62.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 145 30 12 0 0.79 0.92 0.43 8.12 0.85 0.31
Hex 91 1E C 0 4F 5C 2B 8 55 1F
Octal 221 36 14 0 117 134 53 10 125 37
Binary 10010001 11110 1100 0 1001111 1011100 101011 1000 1010101 11111

Color Harmonies of #911E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E0C

Black with #911E0C

Text Example


Text Example

White with #911E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,30,12); }

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

background-color css

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

 a { background-color: rgb(145,30,12); }

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

border-color css

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

 span { border-color: rgb(145,30,12); }

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