Html Css Color HEX #911F00 Falu Red

📋 copy color: '#911F00'

red 145 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #911F00

Tints of Falu Red #911F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.39%
G = 17.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#911F00 (or 0x911F00) is known color: Falu Red. HEX triplet: 91, 1F and 00. RGB value is (145,31,0). Sum of RGB (Red+Green+Blue) = 145+31+0=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #911F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F00 is #6EE0FF. Grayscale: #3D3D3D. Windows color (decimal): -7266560 or 8081. OLE color: 8081.

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

Color convert

RGB 145 31 0 -
CMYK 0 0.79 1 0.43
HSL 12.83º 1% 0.28% -
HSV(B) 12.83º 1% 0.57% -
XYZ 12.17 7 0.71 -
YUV 61.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 145 31 0 0 0.79 1 0.43 12.83 1 0.28
Hex 91 1F 0 0 4F 64 2B D 64 1C
Octal 221 37 0 0 117 144 53 15 144 34
Binary 10010001 11111 0 0 1001111 1100100 101011 1101 1100100 11100

Color Harmonies of #911F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F00

Black with #911F00

Text Example


Text Example

White with #911F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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