Html Css Color HEX #911F01 Falu Red

📋 copy color: '#911F01'

red 145 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #911F01

Tints of Falu Red #911F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 81.92%
G = 17.51%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#911F01 (or 0x911F01) is known color: Falu Red. HEX triplet: 91, 1F and 01. RGB value is (145,31,1). Sum of RGB (Red+Green+Blue) = 145+31+1=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F01 is #6EE0FE. Grayscale: #3D3D3D. Windows color (decimal): -7266559 or 73617. OLE color: 73617.

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

Color convert

RGB 145 31 1 -
CMYK 0 0.79 0.99 0.43
HSL 12.5º 0.99% 0.29% -
HSV(B) 12.5º 0.99% 0.57% -
XYZ 12.17 7 0.74 -
YUV 61.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 145 31 1 0 0.79 0.99 0.43 12.5 0.99 0.29
Hex 91 1F 1 0 4F 63 2B C 63 1D
Octal 221 37 1 0 117 143 53 14 143 35
Binary 10010001 11111 1 0 1001111 1100011 101011 1100 1100011 11101

Color Harmonies of #911F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F01

Black with #911F01

Text Example


Text Example

White with #911F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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