Html Css Color HEX #911D0C Falu Red

📋 copy color: '#911D0C'

red 145 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #911D0C

Tints of Falu Red #911D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.59%

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

R = 77.96%
G = 15.59%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#911D0C (or 0x911D0C) is known color: Falu Red. HEX triplet: 91, 1D and 0C. RGB value is (145,29,12). Sum of RGB (Red+Green+Blue) = 145+29+12=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D0C is #6EE2F3. Grayscale: #3D3D3D. Windows color (decimal): -7267060 or 794001. OLE color: 794001.

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

Color convert

RGB 145 29 12 -
CMYK 0 0.8 0.92 0.43
HSL 7.67º 0.85% 0.31% -
HSV(B) 7.67º 0.92% 0.57% -
XYZ 12.18 6.93 1.04 -
YUV 61.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 145 29 12 0 0.8 0.92 0.43 7.67 0.85 0.31
Hex 91 1D C 0 50 5C 2B 8 55 1F
Octal 221 35 14 0 120 134 53 10 125 37
Binary 10010001 11101 1100 0 1010000 1011100 101011 1000 1010101 11111

Color Harmonies of #911D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D0C

Black with #911D0C

Text Example


Text Example

White with #911D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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