Html Css Color HEX #951711 Falu Red

📋 copy color: '#951711'

red 149 ◦ green 23 ◦ blue 17

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

Shades of Falu Red #951711

Tints of Falu Red #951711

RGB

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

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

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

R = 78.84%
G = 12.17%
B = 8.99%

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

#951711 (or 0x951711) is known color: Falu Red. HEX triplet: 95, 17 and 11. RGB value is (149,23,17). Sum of RGB (Red+Green+Blue) = 149+23+17=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951711 is #6AE8EE. Grayscale: #3C3C3C. Windows color (decimal): -7006447 or 1120149. OLE color: 1120149.

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

Color convert

RGB 149 23 17 -
CMYK 0 0.85 0.89 0.42
HSL 2.73º 0.8% 0.33% -
HSV(B) 2.73º 0.89% 0.58% -
XYZ 12.8 7.04 1.21 -
YUV 59.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 149 23 17 0 0.85 0.89 0.42 2.73 0.8 0.33
Hex 95 17 11 0 55 59 2A 3 50 21
Octal 225 27 21 0 125 131 52 3 120 41
Binary 10010101 10111 10001 0 1010101 1011001 101010 11 1010000 100001

Color Harmonies of #951711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951711

Black with #951711

Text Example


Text Example

White with #951711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951711; }

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

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

background-color css

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

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

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

border-color css

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

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

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