Html Css Color HEX #941210 Falu Red

📋 copy color: '#941210'

red 148 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #941210

Tints of Falu Red #941210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 81.32%
G = 9.89%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941210 (or 0x941210) is known color: Falu Red. HEX triplet: 94, 12 and 10. RGB value is (148,18,16). Sum of RGB (Red+Green+Blue) = 148+18+16=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #941210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941210 is #6BEDEF. Grayscale: #383838. Windows color (decimal): -7073264 or 1053332. OLE color: 1053332.

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

Color convert

RGB 148 18 16 -
CMYK 0 0.88 0.89 0.42
HSL 0.91º 0.8% 0.32% -
HSV(B) 0.91º 0.89% 0.58% -
XYZ 12.52 6.77 1.14 -
YUV 56.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 148 18 16 0 0.88 0.89 0.42 0.91 0.8 0.32
Hex 94 12 10 0 58 59 2A 1 50 20
Octal 224 22 20 0 130 131 52 1 120 40
Binary 10010100 10010 10000 0 1011000 1011001 101010 1 1010000 100000

Color Harmonies of #941210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941210

Black with #941210

Text Example


Text Example

White with #941210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941210; }

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

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

background-color css

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

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

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

border-color css

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

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

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