Html Css Color HEX #951411 Falu Red

📋 copy color: '#951411'

red 149 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #951411

Tints of Falu Red #951411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 80.11%
G = 10.75%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951411 (or 0x951411) is known color: Falu Red. HEX triplet: 95, 14 and 11. RGB value is (149,20,17). Sum of RGB (Red+Green+Blue) = 149+20+17=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951411 is #6AEBEE. Grayscale: #3A3A3A. Windows color (decimal): -7007215 or 1119381. OLE color: 1119381.

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

Color convert

RGB 149 20 17 -
CMYK 0 0.87 0.89 0.42
HSL 1.36º 0.8% 0.33% -
HSV(B) 1.36º 0.89% 0.58% -
XYZ 12.75 6.93 1.2 -
YUV 58.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 149 20 17 0 0.87 0.89 0.42 1.36 0.8 0.33
Hex 95 14 11 0 57 59 2A 1 50 21
Octal 225 24 21 0 127 131 52 1 120 41
Binary 10010101 10100 10001 0 1010111 1011001 101010 1 1010000 100001

Color Harmonies of #951411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951411

Black with #951411

Text Example


Text Example

White with #951411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951411; }

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

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

background-color css

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

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

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

border-color css

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

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

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