Html Css Color HEX #912109 Falu Red

📋 copy color: '#912109'

red 145 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #912109

Tints of Falu Red #912109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 77.54%
G = 17.65%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#912109 (or 0x912109) is known color: Falu Red. HEX triplet: 91, 21 and 09. RGB value is (145,33,9). Sum of RGB (Red+Green+Blue) = 145+33+9=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #912109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912109 is #6EDEF6. Grayscale: #3F3F3F. Windows color (decimal): -7266039 or 598417. OLE color: 598417.

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

Color convert

RGB 145 33 9 -
CMYK 0 0.77 0.94 0.43
HSL 10.59º 0.88% 0.3% -
HSV(B) 10.59º 0.94% 0.57% -
XYZ 12.27 7.13 0.99 -
YUV 63.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 145 33 9 0 0.77 0.94 0.43 10.59 0.88 0.3
Hex 91 21 9 0 4D 5E 2B B 58 1E
Octal 221 41 11 0 115 136 53 13 130 36
Binary 10010001 100001 1001 0 1001101 1011110 101011 1011 1011000 11110

Color Harmonies of #912109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912109

Black with #912109

Text Example


Text Example

White with #912109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912109; }

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

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

background-color css

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

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

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

border-color css

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

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

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