Html Css Color HEX #961312 Falu Red

📋 copy color: '#961312'

red 150 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #961312

Tints of Falu Red #961312

RGB

 RED value IS 150 (58.98% from 255) = 80.21%

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 80.21%
G = 10.16%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#961312 (or 0x961312) is known color: Falu Red. HEX triplet: 96, 13 and 12. RGB value is (150,19,18). Sum of RGB (Red+Green+Blue) = 150+19+18=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #961312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961312 is #69ECED. Grayscale: #3A3A3A. Windows color (decimal): -6941934 or 1184662. OLE color: 1184662.

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

Color convert

RGB 150 19 18 -
CMYK 0 0.87 0.88 0.41
HSL 0.45º 0.79% 0.33% -
HSV(B) 0.45º 0.88% 0.59% -
XYZ 12.92 6.99 1.24 -
YUV 58.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 150 19 18 0 0.87 0.88 0.41 0.45 0.79 0.33
Hex 96 13 12 0 57 58 29 0 4F 21
Octal 226 23 22 0 127 130 51 0 117 41
Binary 10010110 10011 10010 0 1010111 1011000 101001 0 1001111 100001

Color Harmonies of #961312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961312

Black with #961312

Text Example


Text Example

White with #961312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961312; }

 p { color: rgb(150,19,18); }

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

background-color css

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

 a { background-color: rgb(150,19,18); }

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

border-color css

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

 span { border-color: rgb(150,19,18); }

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