Html Css Color HEX #911907 Falu Red

📋 copy color: '#911907'

red 145 ◦ green 25 ◦ blue 7

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

Shades of Falu Red #911907

Tints of Falu Red #911907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 81.92%
G = 14.12%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#911907 (or 0x911907) is known color: Falu Red. HEX triplet: 91, 19 and 07. RGB value is (145,25,7). Sum of RGB (Red+Green+Blue) = 145+25+7=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911907 is #6EE6F8. Grayscale: #3B3B3B. Windows color (decimal): -7268089 or 465297. OLE color: 465297.

HSL color Cylindrical-coordinate representation of color #911907: hue angle of 7.83º 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 #911907 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 25 7 -
CMYK 0 0.83 0.95 0.43
HSL 7.83º 0.91% 0.3% -
HSV(B) 7.83º 0.95% 0.57% -
XYZ 12.06 6.73 0.86 -
YUV 58.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 145 25 7 0 0.83 0.95 0.43 7.83 0.91 0.3
Hex 91 19 7 0 53 5F 2B 8 5B 1E
Octal 221 31 7 0 123 137 53 10 133 36
Binary 10010001 11001 111 0 1010011 1011111 101011 1000 1011011 11110

Color Harmonies of #911907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911907

Black with #911907

Text Example


Text Example

White with #911907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911907; }

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

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

background-color css

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

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

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

border-color css

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

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

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