Html Css Color HEX #961710 Falu Red

📋 copy color: '#961710'

red 150 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #961710

Tints of Falu Red #961710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 79.37%
G = 12.17%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#961710 (or 0x961710) is known color: Falu Red. HEX triplet: 96, 17 and 10. RGB value is (150,23,16). Sum of RGB (Red+Green+Blue) = 150+23+16=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #961710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961710 is #69E8EF. Grayscale: #3C3C3C. Windows color (decimal): -6940912 or 1054614. OLE color: 1054614.

HSL color Cylindrical-coordinate representation of color #961710: hue angle of 3.13º degrees, saturation: 0.81, 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 #961710 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 16 -
CMYK 0 0.85 0.89 0.41
HSL 3.13º 0.81% 0.33% -
HSV(B) 3.13º 0.89% 0.59% -
XYZ 12.98 7.13 1.18 -
YUV 60.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 150 23 16 0 0.85 0.89 0.41 3.13 0.81 0.33
Hex 96 17 10 0 55 59 29 3 51 21
Octal 226 27 20 0 125 131 51 3 121 41
Binary 10010110 10111 10000 0 1010101 1011001 101001 11 1010001 100001

Color Harmonies of #961710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961710

Black with #961710

Text Example


Text Example

White with #961710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961710; }

 p { color: rgb(150,23,16); }

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

background-color css

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

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

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

border-color css

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

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

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