Html Css Color HEX #93100F Falu Red

📋 copy color: '#93100F'

red 147 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #93100F

Tints of Falu Red #93100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 82.58%
G = 8.99%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93100F (or 0x93100F) is known color: Falu Red. HEX triplet: 93, 10 and 0F. RGB value is (147,16,15). Sum of RGB (Red+Green+Blue) = 147+16+15=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #93100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93100F is #6CEFF0. Grayscale: #373737. Windows color (decimal): -7139313 or 987283. OLE color: 987283.

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

Color convert

RGB 147 16 15 -
CMYK 0 0.89 0.90 0.42
HSL 0.45º 0.81% 0.32% -
HSV(B) 0.45º 0.9% 0.58% -
XYZ 12.3 6.61 1.08 -
YUV 55.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 147 16 15 0 0.89 0.90 0.42 0.45 0.81 0.32
Hex 93 10 F 0 59 5A 2A 0 51 20
Octal 223 20 17 0 131 132 52 0 121 40
Binary 10010011 10000 1111 0 1011001 1011010 101010 0 1010001 100000

Color Harmonies of #93100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93100F

Black with #93100F

Text Example


Text Example

White with #93100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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