Html Css Color HEX #93190F Falu Red

📋 copy color: '#93190F'

red 147 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #93190F

Tints of Falu Red #93190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 78.61%
G = 13.37%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93190F (or 0x93190F) is known color: Falu Red. HEX triplet: 93, 19 and 0F. RGB value is (147,25,15). Sum of RGB (Red+Green+Blue) = 147+25+15=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #93190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93190F is #6CE6F0. Grayscale: #3C3C3C. Windows color (decimal): -7137009 or 989587. OLE color: 989587.

HSL color Cylindrical-coordinate representation of color #93190F: hue angle of 4.55º degrees, saturation: 0.81, 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 #93190F is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 25 15 -
CMYK 0 0.83 0.90 0.42
HSL 4.55º 0.81% 0.32% -
HSV(B) 4.55º 0.9% 0.58% -
XYZ 12.47 6.93 1.13 -
YUV 60.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 147 25 15 0 0.83 0.90 0.42 4.55 0.81 0.32
Hex 93 19 F 0 53 5A 2A 5 51 20
Octal 223 31 17 0 123 132 52 5 121 40
Binary 10010011 11001 1111 0 1010011 1011010 101010 101 1010001 100000

Color Harmonies of #93190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93190F

Black with #93190F

Text Example


Text Example

White with #93190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93190F; }

 p { color: rgb(147,25,15); }

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

background-color css

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

 a { background-color: rgb(147,25,15); }

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

border-color css

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

 span { border-color: rgb(147,25,15); }

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