Html Css Color HEX #931909 Falu Red

📋 copy color: '#931909'

red 147 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #931909

Tints of Falu Red #931909

RGB

 RED value IS 147 (57.81% from 255) = 81.22%

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

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

R = 81.22%
G = 13.81%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#931909 (or 0x931909) is known color: Falu Red. HEX triplet: 93, 19 and 09. RGB value is (147,25,9). Sum of RGB (Red+Green+Blue) = 147+25+9=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #931909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931909 is #6CE6F6. Grayscale: #3B3B3B. Windows color (decimal): -7137015 or 596371. OLE color: 596371.

HSL color Cylindrical-coordinate representation of color #931909: hue angle of 6.96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #931909 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 25 9 -
CMYK 0 0.83 0.94 0.42
HSL 6.96º 0.88% 0.31% -
HSV(B) 6.96º 0.94% 0.58% -
XYZ 12.43 6.92 0.94 -
YUV 59.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 147 25 9 0 0.83 0.94 0.42 6.96 0.88 0.31
Hex 93 19 9 0 53 5E 2A 7 58 1F
Octal 223 31 11 0 123 136 52 7 130 37
Binary 10010011 11001 1001 0 1010011 1011110 101010 111 1011000 11111

Color Harmonies of #931909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931909

Black with #931909

Text Example


Text Example

White with #931909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931909; }

 p { color: rgb(147,25,9); }

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

background-color css

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

 a { background-color: rgb(147,25,9); }

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

border-color css

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

 span { border-color: rgb(147,25,9); }

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