Html Css Color HEX #931512 Falu Red

📋 copy color: '#931512'

red 147 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #931512

Tints of Falu Red #931512

RGB

 RED value IS 147 (57.81% from 255) = 79.03%

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

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

R = 79.03%
G = 11.29%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#931512 (or 0x931512) is known color: Falu Red. HEX triplet: 93, 15 and 12. RGB value is (147,21,18). Sum of RGB (Red+Green+Blue) = 147+21+18=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #931512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931512 is #6CEAED. Grayscale: #3A3A3A. Windows color (decimal): -7138030 or 1185171. OLE color: 1185171.

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

Color convert

RGB 147 21 18 -
CMYK 0 0.86 0.88 0.42
HSL 1.4º 0.78% 0.32% -
HSV(B) 1.4º 0.88% 0.58% -
XYZ 12.41 6.78 1.23 -
YUV 58.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 147 21 18 0 0.86 0.88 0.42 1.4 0.78 0.32
Hex 93 15 12 0 56 58 2A 1 4E 20
Octal 223 25 22 0 126 130 52 1 116 40
Binary 10010011 10101 10010 0 1010110 1011000 101010 1 1001110 100000

Color Harmonies of #931512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931512

Black with #931512

Text Example


Text Example

White with #931512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931512; }

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

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

background-color css

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

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

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

border-color css

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

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

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