Html Css Color HEX #93130F Falu Red

📋 copy color: '#93130F'

red 147 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #93130F

Tints of Falu Red #93130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 81.22%
G = 10.5%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93130F (or 0x93130F) is known color: Falu Red. HEX triplet: 93, 13 and 0F. RGB value is (147,19,15). Sum of RGB (Red+Green+Blue) = 147+19+15=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #93130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93130F is #6CECF0. Grayscale: #383838. Windows color (decimal): -7138545 or 988051. OLE color: 988051.

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

Color convert

RGB 147 19 15 -
CMYK 0 0.87 0.90 0.42
HSL 1.82º 0.81% 0.32% -
HSV(B) 1.82º 0.9% 0.58% -
XYZ 12.35 6.7 1.09 -
YUV 56.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 147 19 15 0 0.87 0.90 0.42 1.82 0.81 0.32
Hex 93 13 F 0 57 5A 2A 2 51 20
Octal 223 23 17 0 127 132 52 2 121 40
Binary 10010011 10011 1111 0 1010111 1011010 101010 10 1010001 100000

Color Harmonies of #93130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93130F

Black with #93130F

Text Example


Text Example

White with #93130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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