Html Css Color HEX #951710 Falu Red

📋 copy color: '#951710'

red 149 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #951710

Tints of Falu Red #951710

RGB

 RED value IS 149 (58.59% from 255) = 79.26%

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

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

R = 79.26%
G = 12.23%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951710 (or 0x951710) is known color: Falu Red. HEX triplet: 95, 17 and 10. RGB value is (149,23,16). Sum of RGB (Red+Green+Blue) = 149+23+16=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951710 is #6AE8EF. Grayscale: #3C3C3C. Windows color (decimal): -7006448 or 1054613. OLE color: 1054613.

HSL color Cylindrical-coordinate representation of color #951710: hue angle of 3.16º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951710 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 16 -
CMYK 0 0.85 0.89 0.42
HSL 3.16º 0.81% 0.32% -
HSV(B) 3.16º 0.89% 0.58% -
XYZ 12.79 7.04 1.17 -
YUV 59.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 149 23 16 0 0.85 0.89 0.42 3.16 0.81 0.32
Hex 95 17 10 0 55 59 2A 3 51 20
Octal 225 27 20 0 125 131 52 3 121 40
Binary 10010101 10111 10000 0 1010101 1011001 101010 11 1010001 100000

Color Harmonies of #951710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951710

Black with #951710

Text Example


Text Example

White with #951710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951710; }

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

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

background-color css

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

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

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

border-color css

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

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

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