Html Css Color HEX #961512 Falu Red

📋 copy color: '#961512'

red 150 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #961512

Tints of Falu Red #961512

RGB

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

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

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

R = 79.37%
G = 11.11%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#961512 (or 0x961512) is known color: Falu Red. HEX triplet: 96, 15 and 12. RGB value is (150,21,18). Sum of RGB (Red+Green+Blue) = 150+21+18=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #961512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961512 is #69EAED. Grayscale: #3B3B3B. Windows color (decimal): -6941422 or 1185174. OLE color: 1185174.

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

Color convert

RGB 150 21 18 -
CMYK 0 0.86 0.88 0.41
HSL 1.36º 0.79% 0.33% -
HSV(B) 1.36º 0.88% 0.59% -
XYZ 12.96 7.06 1.25 -
YUV 59.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 150 21 18 0 0.86 0.88 0.41 1.36 0.79 0.33
Hex 96 15 12 0 56 58 29 1 4F 21
Octal 226 25 22 0 126 130 51 1 117 41
Binary 10010110 10101 10010 0 1010110 1011000 101001 1 1001111 100001

Color Harmonies of #961512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961512

Black with #961512

Text Example


Text Example

White with #961512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961512; }

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

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

background-color css

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

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

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

border-color css

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

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

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