Html Css Color HEX #961111 Falu Red

📋 copy color: '#961111'

red 150 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #961111

Tints of Falu Red #961111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 81.52%
G = 9.24%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#961111 (or 0x961111) is known color: Falu Red. HEX triplet: 96, 11 and 11. RGB value is (150,17,17). Sum of RGB (Red+Green+Blue) = 150+17+17=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #961111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961111 is #69EEEE. Grayscale: #383838. Windows color (decimal): -6942447 or 1118614. OLE color: 1118614.

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

Color convert

RGB 150 17 17 -
CMYK 0 0.89 0.89 0.41
HSL 0.8% 0.33% -
HSV(B) 0.89% 0.59% -
XYZ 12.88 6.93 1.19 -
YUV 56.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 150 17 17 0 0.89 0.89 0.41 0 0.8 0.33
Hex 96 11 11 0 59 59 29 0 50 21
Octal 226 21 21 0 131 131 51 0 120 41
Binary 10010110 10001 10001 0 1011001 1011001 101001 0 1010000 100001

Color Harmonies of #961111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961111

Black with #961111

Text Example


Text Example

White with #961111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961111; }

 p { color: rgb(150,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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