Html Css Color HEX #961909 Falu Red

📋 copy color: '#961909'

red 150 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #961909

Tints of Falu Red #961909

RGB

 RED value IS 150 (58.98% from 255) = 81.52%

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

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

R = 81.52%
G = 13.59%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#961909 (or 0x961909) is known color: Falu Red. HEX triplet: 96, 19 and 09. RGB value is (150,25,9). Sum of RGB (Red+Green+Blue) = 150+25+9=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #961909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961909 is #69E6F6. Grayscale: #3C3C3C. Windows color (decimal): -6940407 or 596374. OLE color: 596374.

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

Color convert

RGB 150 25 9 -
CMYK 0 0.83 0.94 0.41
HSL 6.81º 0.89% 0.31% -
HSV(B) 6.81º 0.94% 0.59% -
XYZ 12.97 7.2 0.96 -
YUV 60.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 150 25 9 0 0.83 0.94 0.41 6.81 0.89 0.31
Hex 96 19 9 0 53 5E 29 7 59 1F
Octal 226 31 11 0 123 136 51 7 131 37
Binary 10010110 11001 1001 0 1010011 1011110 101001 111 1011001 11111

Color Harmonies of #961909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961909

Black with #961909

Text Example


Text Example

White with #961909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961909; }

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

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

background-color css

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

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

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

border-color css

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

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

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