Html Css Color HEX #911F0C Falu Red

📋 copy color: '#911F0C'

red 145 ◦ green 31 ◦ blue 12

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

Shades of Falu Red #911F0C

Tints of Falu Red #911F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 77.13%
G = 16.49%
B = 6.38%

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

#911F0C (or 0x911F0C) is known color: Falu Red. HEX triplet: 91, 1F and 0C. RGB value is (145,31,12). Sum of RGB (Red+Green+Blue) = 145+31+12=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F0C is #6EE0F3. Grayscale: #3F3F3F. Windows color (decimal): -7266548 or 794513. OLE color: 794513.

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

Color convert

RGB 145 31 12 -
CMYK 0 0.79 0.92 0.43
HSL 8.57º 0.85% 0.31% -
HSV(B) 8.57º 0.92% 0.57% -
XYZ 12.23 7.03 1.06 -
YUV 62.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 145 31 12 0 0.79 0.92 0.43 8.57 0.85 0.31
Hex 91 1F C 0 4F 5C 2B 9 55 1F
Octal 221 37 14 0 117 134 53 11 125 37
Binary 10010001 11111 1100 0 1001111 1011100 101011 1001 1010101 11111

Color Harmonies of #911F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F0C

Black with #911F0C

Text Example


Text Example

White with #911F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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