Html Css Color HEX #911F07 Falu Red

📋 copy color: '#911F07'

red 145 ◦ green 31 ◦ blue 7

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

Shades of Falu Red #911F07

Tints of Falu Red #911F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 79.23%
G = 16.94%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#911F07 (or 0x911F07) is known color: Falu Red. HEX triplet: 91, 1F and 07. RGB value is (145,31,7). Sum of RGB (Red+Green+Blue) = 145+31+7=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F07 is #6EE0F8. Grayscale: #3E3E3E. Windows color (decimal): -7266553 or 466833. OLE color: 466833.

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

Color convert

RGB 145 31 7 -
CMYK 0 0.79 0.95 0.43
HSL 10.43º 0.91% 0.3% -
HSV(B) 10.43º 0.95% 0.57% -
XYZ 12.21 7.02 0.91 -
YUV 62.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 145 31 7 0 0.79 0.95 0.43 10.43 0.91 0.3
Hex 91 1F 7 0 4F 5F 2B A 5B 1E
Octal 221 37 7 0 117 137 53 12 133 36
Binary 10010001 11111 111 0 1001111 1011111 101011 1010 1011011 11110

Color Harmonies of #911F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F07

Black with #911F07

Text Example


Text Example

White with #911F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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