Html Css Color HEX #93120E Falu Red

📋 copy color: '#93120E'

red 147 ◦ green 18 ◦ blue 14

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

Shades of Falu Red #93120E

Tints of Falu Red #93120E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 82.12%
G = 10.06%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93120E (or 0x93120E) is known color: Falu Red. HEX triplet: 93, 12 and 0E. RGB value is (147,18,14). Sum of RGB (Red+Green+Blue) = 147+18+14=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93120E is #6CEDF1. Grayscale: #383838. Windows color (decimal): -7138802 or 922259. OLE color: 922259.

HSL color Cylindrical-coordinate representation of color #93120E: hue angle of 1.8º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93120E is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 14 -
CMYK 0 0.88 0.90 0.42
HSL 1.8º 0.83% 0.32% -
HSV(B) 1.8º 0.9% 0.58% -
XYZ 12.33 6.67 1.05 -
YUV 56.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 147 18 14 0 0.88 0.90 0.42 1.8 0.83 0.32
Hex 93 12 E 0 58 5A 2A 2 53 20
Octal 223 22 16 0 130 132 52 2 123 40
Binary 10010011 10010 1110 0 1011000 1011010 101010 10 1010011 100000

Color Harmonies of #93120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93120E

Black with #93120E

Text Example


Text Example

White with #93120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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