Html Css Color HEX #941410 Falu Red

📋 copy color: '#941410'

red 148 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #941410

Tints of Falu Red #941410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 80.43%
G = 10.87%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941410 (or 0x941410) is known color: Falu Red. HEX triplet: 94, 14 and 10. RGB value is (148,20,16). Sum of RGB (Red+Green+Blue) = 148+20+16=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #941410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941410 is #6BEBEF. Grayscale: #393939. Windows color (decimal): -7072752 or 1053844. OLE color: 1053844.

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

Color convert

RGB 148 20 16 -
CMYK 0 0.86 0.89 0.42
HSL 1.82º 0.8% 0.32% -
HSV(B) 1.82º 0.89% 0.58% -
XYZ 12.56 6.83 1.15 -
YUV 57.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 148 20 16 0 0.86 0.89 0.42 1.82 0.8 0.32
Hex 94 14 10 0 56 59 2A 2 50 20
Octal 224 24 20 0 126 131 52 2 120 40
Binary 10010100 10100 10000 0 1010110 1011001 101010 10 1010000 100000

Color Harmonies of #941410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941410

Black with #941410

Text Example


Text Example

White with #941410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941410; }

 p { color: rgb(148,20,16); }

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

background-color css

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

 a { background-color: rgb(148,20,16); }

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

border-color css

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

 span { border-color: rgb(148,20,16); }

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