Html Css Color HEX #93130E Falu Red

📋 copy color: '#93130E'

red 147 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #93130E

Tints of Falu Red #93130E

RGB

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

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

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

R = 81.67%
G = 10.56%
B = 7.78%

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

#93130E (or 0x93130E) is known color: Falu Red. HEX triplet: 93, 13 and 0E. RGB value is (147,19,14). Sum of RGB (Red+Green+Blue) = 147+19+14=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #93130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93130E is #6CECF1. Grayscale: #383838. Windows color (decimal): -7138546 or 922515. OLE color: 922515.

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

Color convert

RGB 147 19 14 -
CMYK 0 0.87 0.90 0.42
HSL 2.26º 0.83% 0.32% -
HSV(B) 2.26º 0.9% 0.58% -
XYZ 12.34 6.7 1.06 -
YUV 56.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 147 19 14 0 0.87 0.90 0.42 2.26 0.83 0.32
Hex 93 13 E 0 57 5A 2A 2 53 20
Octal 223 23 16 0 127 132 52 2 123 40
Binary 10010011 10011 1110 0 1010111 1011010 101010 10 1010011 100000

Color Harmonies of #93130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93130E

Black with #93130E

Text Example


Text Example

White with #93130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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