Html Css Color HEX #951511 Falu Red

📋 copy color: '#951511'

red 149 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #951511

Tints of Falu Red #951511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 79.68%
G = 11.23%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951511 (or 0x951511) is known color: Falu Red. HEX triplet: 95, 15 and 11. RGB value is (149,21,17). Sum of RGB (Red+Green+Blue) = 149+21+17=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951511 is #6AEAEE. Grayscale: #3A3A3A. Windows color (decimal): -7006959 or 1119637. OLE color: 1119637.

HSL color Cylindrical-coordinate representation of color #951511: hue angle of 1.82º 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 #951511 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 17 -
CMYK 0 0.86 0.89 0.42
HSL 1.82º 0.8% 0.33% -
HSV(B) 1.82º 0.89% 0.58% -
XYZ 12.76 6.97 1.2 -
YUV 58.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 149 21 17 0 0.86 0.89 0.42 1.82 0.8 0.33
Hex 95 15 11 0 56 59 2A 2 50 21
Octal 225 25 21 0 126 131 52 2 120 41
Binary 10010101 10101 10001 0 1010110 1011001 101010 10 1010000 100001

Color Harmonies of #951511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951511

Black with #951511

Text Example


Text Example

White with #951511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951511; }

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

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

background-color css

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

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

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

border-color css

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

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

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