Html Css Color HEX #931210 Falu Red

📋 copy color: '#931210'

red 147 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #931210

Tints of Falu Red #931210

RGB

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

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

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

R = 81.22%
G = 9.94%
B = 8.84%

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

#931210 (or 0x931210) is known color: Falu Red. HEX triplet: 93, 12 and 10. RGB value is (147,18,16). Sum of RGB (Red+Green+Blue) = 147+18+16=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #931210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931210 is #6CEDEF. Grayscale: #383838. Windows color (decimal): -7138800 or 1053331. OLE color: 1053331.

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

Color convert

RGB 147 18 16 -
CMYK 0 0.88 0.89 0.42
HSL 0.92º 0.8% 0.32% -
HSV(B) 0.92º 0.89% 0.58% -
XYZ 12.34 6.67 1.13 -
YUV 56.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 147 18 16 0 0.88 0.89 0.42 0.92 0.8 0.32
Hex 93 12 10 0 58 59 2A 1 50 20
Octal 223 22 20 0 130 131 52 1 120 40
Binary 10010011 10010 10000 0 1011000 1011001 101010 1 1010000 100000

Color Harmonies of #931210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931210

Black with #931210

Text Example


Text Example

White with #931210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931210; }

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

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

background-color css

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

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

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

border-color css

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

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

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