Html Css Color HEX #951412 Falu Red

📋 copy color: '#951412'

red 149 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #951412

Tints of Falu Red #951412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 79.68%
G = 10.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#951412 (or 0x951412) is known color: Falu Red. HEX triplet: 95, 14 and 12. RGB value is (149,20,18). Sum of RGB (Red+Green+Blue) = 149+20+18=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #951412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951412 is #6AEBED. Grayscale: #3A3A3A. Windows color (decimal): -7007214 or 1184917. OLE color: 1184917.

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

Color convert

RGB 149 20 18 -
CMYK 0 0.87 0.88 0.42
HSL 0.92º 0.78% 0.33% -
HSV(B) 0.92º 0.88% 0.58% -
XYZ 12.75 6.93 1.24 -
YUV 58.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 149 20 18 0 0.87 0.88 0.42 0.92 0.78 0.33
Hex 95 14 12 0 57 58 2A 1 4E 21
Octal 225 24 22 0 127 130 52 1 116 41
Binary 10010101 10100 10010 0 1010111 1011000 101010 1 1001110 100001

Color Harmonies of #951412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951412

Black with #951412

Text Example


Text Example

White with #951412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951412; }

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

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

background-color css

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

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

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

border-color css

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

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

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