Html Css Color HEX #911C12 Falu Red

📋 copy color: '#911C12'

red 145 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #911C12

Tints of Falu Red #911C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

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

R = 75.92%
G = 14.66%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911C12 (or 0x911C12) is known color: Falu Red. HEX triplet: 91, 1C and 12. RGB value is (145,28,18). Sum of RGB (Red+Green+Blue) = 145+28+18=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C12 is #6EE3ED. Grayscale: #3D3D3D. Windows color (decimal): -7267310 or 1186961. OLE color: 1186961.

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

Color convert

RGB 145 28 18 -
CMYK 0 0.81 0.88 0.43
HSL 4.72º 0.78% 0.32% -
HSV(B) 4.72º 0.88% 0.57% -
XYZ 12.2 6.89 1.26 -
YUV 61.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 145 28 18 0 0.81 0.88 0.43 4.72 0.78 0.32
Hex 91 1C 12 0 51 58 2B 5 4E 20
Octal 221 34 22 0 121 130 53 5 116 40
Binary 10010001 11100 10010 0 1010001 1011000 101011 101 1001110 100000

Color Harmonies of #911C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C12

Black with #911C12

Text Example


Text Example

White with #911C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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