Html Css Color HEX #911709 Falu Red

📋 copy color: '#911709'

red 145 ◦ green 23 ◦ blue 9

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

Shades of Falu Red #911709

Tints of Falu Red #911709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 81.92%
G = 12.99%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911709 (or 0x911709) is known color: Falu Red. HEX triplet: 91, 17 and 09. RGB value is (145,23,9). Sum of RGB (Red+Green+Blue) = 145+23+9=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #911709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911709 is #6EE8F6. Grayscale: #3A3A3A. Windows color (decimal): -7268599 or 595857. OLE color: 595857.

HSL color Cylindrical-coordinate representation of color #911709: hue angle of 6.18º degrees, saturation: 0.88, 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 #911709 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 9 -
CMYK 0 0.84 0.94 0.43
HSL 6.18º 0.88% 0.3% -
HSV(B) 6.18º 0.94% 0.57% -
XYZ 12.03 6.65 0.91 -
YUV 57.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 145 23 9 0 0.84 0.94 0.43 6.18 0.88 0.3
Hex 91 17 9 0 54 5E 2B 6 58 1E
Octal 221 27 11 0 124 136 53 6 130 36
Binary 10010001 10111 1001 0 1010100 1011110 101011 110 1011000 11110

Color Harmonies of #911709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911709

Black with #911709

Text Example


Text Example

White with #911709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911709; }

 p { color: rgb(145,23,9); }

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

background-color css

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

 a { background-color: rgb(145,23,9); }

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

border-color css

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

 span { border-color: rgb(145,23,9); }

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