Html Css Color HEX #911F08 Falu Red

📋 copy color: '#911F08'

red 145 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #911F08

Tints of Falu Red #911F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 78.8%
G = 16.85%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911F08 (or 0x911F08) is known color: Falu Red. HEX triplet: 91, 1F and 08. RGB value is (145,31,8). Sum of RGB (Red+Green+Blue) = 145+31+8=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #911F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F08 is #6EE0F7. Grayscale: #3E3E3E. Windows color (decimal): -7266552 or 532369. OLE color: 532369.

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

Color convert

RGB 145 31 8 -
CMYK 0 0.79 0.94 0.43
HSL 10.07º 0.9% 0.3% -
HSV(B) 10.07º 0.94% 0.57% -
XYZ 12.21 7.02 0.94 -
YUV 62.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 145 31 8 0 0.79 0.94 0.43 10.07 0.9 0.3
Hex 91 1F 8 0 4F 5E 2B A 5A 1E
Octal 221 37 10 0 117 136 53 12 132 36
Binary 10010001 11111 1000 0 1001111 1011110 101011 1010 1011010 11110

Color Harmonies of #911F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F08

Black with #911F08

Text Example


Text Example

White with #911F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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