Html Css Color HEX #73190F Falu Red

📋 copy color: '#73190F'

red 115 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #73190F

Tints of Falu Red #73190F

RGB

 RED value IS 115 (45.31% from 255) = 74.19%

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 74.19%
G = 16.13%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73190F (or 0x73190F) is known color: Falu Red. HEX triplet: 73, 19 and 0F. RGB value is (115,25,15). Sum of RGB (Red+Green+Blue) = 115+25+15=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #73190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73190F is #8CE6F0. Grayscale: #323232. Windows color (decimal): -9234161 or 989555. OLE color: 989555.

HSL color Cylindrical-coordinate representation of color #73190F: hue angle of 6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73190F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 15 -
CMYK 0 0.78 0.87 0.55
HSL 0.77% 0.25% -
HSV(B) 0.87% 0.45% -
XYZ 7.5 4.37 0.9 -
YUV 50.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 115 25 15 0 0.78 0.87 0.55 6 0.77 0.25
Hex 73 19 F 0 4E 57 37 6 4D 19
Octal 163 31 17 0 116 127 67 6 115 31
Binary 1110011 11001 1111 0 1001110 1010111 110111 110 1001101 11001

Color Harmonies of #73190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73190F

Black with #73190F

Text Example


Text Example

White with #73190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,25,15); }

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

background-color css

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

 a { background-color: rgb(115,25,15); }

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

border-color css

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

 span { border-color: rgb(115,25,15); }

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