Html Css Color HEX #931912 Falu Red

📋 copy color: '#931912'

red 147 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #931912

Tints of Falu Red #931912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 77.37%
G = 13.16%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#931912 (or 0x931912) is known color: Falu Red. HEX triplet: 93, 19 and 12. RGB value is (147,25,18). Sum of RGB (Red+Green+Blue) = 147+25+18=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #931912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931912 is #6CE6ED. Grayscale: #3C3C3C. Windows color (decimal): -7137006 or 1186195. OLE color: 1186195.

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

Color convert

RGB 147 25 18 -
CMYK 0 0.83 0.88 0.42
HSL 3.26º 0.78% 0.32% -
HSV(B) 3.26º 0.88% 0.58% -
XYZ 12.49 6.94 1.25 -
YUV 60.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 147 25 18 0 0.83 0.88 0.42 3.26 0.78 0.32
Hex 93 19 12 0 53 58 2A 3 4E 20
Octal 223 31 22 0 123 130 52 3 116 40
Binary 10010011 11001 10010 0 1010011 1011000 101010 11 1001110 100000

Color Harmonies of #931912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931912

Black with #931912

Text Example


Text Example

White with #931912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931912; }

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

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

background-color css

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

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

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

border-color css

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

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

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