Html Css Color HEX #931313 Falu Red

📋 copy color: '#931313'

red 147 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #931313

Tints of Falu Red #931313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 79.46%
G = 10.27%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#931313 (or 0x931313) is known color: Falu Red. HEX triplet: 93, 13 and 13. RGB value is (147,19,19). Sum of RGB (Red+Green+Blue) = 147+19+19=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #931313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931313 is #6CECEC. Grayscale: #393939. Windows color (decimal): -7138541 or 1250195. OLE color: 1250195.

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

Color convert

RGB 147 19 19 -
CMYK 0 0.87 0.87 0.42
HSL 0.77% 0.33% -
HSV(B) 0.87% 0.58% -
XYZ 12.38 6.72 1.26 -
YUV 57.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 147 19 19 0 0.87 0.87 0.42 0 0.77 0.33
Hex 93 13 13 0 57 57 2A 0 4D 21
Octal 223 23 23 0 127 127 52 0 115 41
Binary 10010011 10011 10011 0 1010111 1010111 101010 0 1001101 100001

Color Harmonies of #931313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931313

Black with #931313

Text Example


Text Example

White with #931313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931313; }

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

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

background-color css

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

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

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

border-color css

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

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

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