Html Css Color HEX #93140F Falu Red

📋 copy color: '#93140F'

red 147 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #93140F

Tints of Falu Red #93140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 80.77%
G = 10.99%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93140F (or 0x93140F) is known color: Falu Red. HEX triplet: 93, 14 and 0F. RGB value is (147,20,15). Sum of RGB (Red+Green+Blue) = 147+20+15=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93140F is #6CEBF0. Grayscale: #393939. Windows color (decimal): -7138289 or 988307. OLE color: 988307.

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

Color convert

RGB 147 20 15 -
CMYK 0 0.86 0.90 0.42
HSL 2.27º 0.81% 0.32% -
HSV(B) 2.27º 0.9% 0.58% -
XYZ 12.37 6.74 1.1 -
YUV 57.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 147 20 15 0 0.86 0.90 0.42 2.27 0.81 0.32
Hex 93 14 F 0 56 5A 2A 2 51 20
Octal 223 24 17 0 126 132 52 2 121 40
Binary 10010011 10100 1111 0 1010110 1011010 101010 10 1010001 100000

Color Harmonies of #93140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93140F

Black with #93140F

Text Example


Text Example

White with #93140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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