Html Css Color HEX #911F0F Falu Red

📋 copy color: '#911F0F'

red 145 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #911F0F

Tints of Falu Red #911F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 75.92%
G = 16.23%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#911F0F (or 0x911F0F) is known color: Falu Red. HEX triplet: 91, 1F and 0F. RGB value is (145,31,15). Sum of RGB (Red+Green+Blue) = 145+31+15=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #911F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F0F is #6EE0F0. Grayscale: #3F3F3F. Windows color (decimal): -7266545 or 991121. OLE color: 991121.

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

Color convert

RGB 145 31 15 -
CMYK 0 0.79 0.90 0.43
HSL 7.38º 0.81% 0.31% -
HSV(B) 7.38º 0.9% 0.57% -
XYZ 12.25 7.03 1.16 -
YUV 63.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 145 31 15 0 0.79 0.90 0.43 7.38 0.81 0.31
Hex 91 1F F 0 4F 5A 2B 7 51 1F
Octal 221 37 17 0 117 132 53 7 121 37
Binary 10010001 11111 1111 0 1001111 1011010 101011 111 1010001 11111

Color Harmonies of #911F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F0F

Black with #911F0F

Text Example


Text Example

White with #911F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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