Html Css Color HEX #911509 Falu Red

📋 copy color: '#911509'

red 145 ◦ green 21 ◦ blue 9

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

Shades of Falu Red #911509

Tints of Falu Red #911509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 82.86%
G = 12%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#911509 (or 0x911509) is known color: Falu Red. HEX triplet: 91, 15 and 09. RGB value is (145,21,9). Sum of RGB (Red+Green+Blue) = 145+21+9=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #911509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911509 is #6EEAF6. Grayscale: #383838. Windows color (decimal): -7269111 or 595345. OLE color: 595345.

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

Color convert

RGB 145 21 9 -
CMYK 0 0.86 0.94 0.43
HSL 5.29º 0.88% 0.3% -
HSV(B) 5.29º 0.94% 0.57% -
XYZ 11.99 6.58 0.9 -
YUV 56.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 145 21 9 0 0.86 0.94 0.43 5.29 0.88 0.3
Hex 91 15 9 0 56 5E 2B 5 58 1E
Octal 221 25 11 0 126 136 53 5 130 36
Binary 10010001 10101 1001 0 1010110 1011110 101011 101 1011000 11110

Color Harmonies of #911509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911509

Black with #911509

Text Example


Text Example

White with #911509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911509; }

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

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

background-color css

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

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

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

border-color css

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

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

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