Html Css Color HEX #941512 Falu Red

📋 copy color: '#941512'

red 148 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #941512

Tints of Falu Red #941512

RGB

 RED value IS 148 (58.2% from 255) = 79.14%

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

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

R = 79.14%
G = 11.23%
B = 9.63%

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

#941512 (or 0x941512) is known color: Falu Red. HEX triplet: 94, 15 and 12. RGB value is (148,21,18). Sum of RGB (Red+Green+Blue) = 148+21+18=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #941512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941512 is #6BEAED. Grayscale: #3A3A3A. Windows color (decimal): -7072494 or 1185172. OLE color: 1185172.

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

Color convert

RGB 148 21 18 -
CMYK 0 0.86 0.88 0.42
HSL 1.38º 0.78% 0.33% -
HSV(B) 1.38º 0.88% 0.58% -
XYZ 12.59 6.88 1.24 -
YUV 58.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 148 21 18 0 0.86 0.88 0.42 1.38 0.78 0.33
Hex 94 15 12 0 56 58 2A 1 4E 21
Octal 224 25 22 0 126 130 52 1 116 41
Binary 10010100 10101 10010 0 1010110 1011000 101010 1 1001110 100001

Color Harmonies of #941512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941512

Black with #941512

Text Example


Text Example

White with #941512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941512; }

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

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

background-color css

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

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

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

border-color css

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

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

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