Html Css Color HEX #931615 Falu Red

📋 copy color: '#931615'

red 147 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #931615

Tints of Falu Red #931615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 77.37%
G = 11.58%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931615 (or 0x931615) is known color: Falu Red. HEX triplet: 93, 16 and 15. RGB value is (147,22,21). Sum of RGB (Red+Green+Blue) = 147+22+21=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #931615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931615 is #6CE9EA. Grayscale: #3B3B3B. Windows color (decimal): -7137771 or 1382035. OLE color: 1382035.

HSL color Cylindrical-coordinate representation of color #931615: hue angle of 0.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931615 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 22 21 -
CMYK 0 0.85 0.86 0.42
HSL 0.48º 0.75% 0.33% -
HSV(B) 0.48º 0.86% 0.58% -
XYZ 12.45 6.83 1.37 -
YUV 59.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 147 22 21 0 0.85 0.86 0.42 0.48 0.75 0.33
Hex 93 16 15 0 55 56 2A 0 4B 21
Octal 223 26 25 0 125 126 52 0 113 41
Binary 10010011 10110 10101 0 1010101 1010110 101010 0 1001011 100001

Color Harmonies of #931615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931615

Black with #931615

Text Example


Text Example

White with #931615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931615; }

 p { color: rgb(147,22,21); }

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

background-color css

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

 a { background-color: rgb(147,22,21); }

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

border-color css

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

 span { border-color: rgb(147,22,21); }

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