Html Css Color HEX #73190C Falu Red

📋 copy color: '#73190C'

red 115 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #73190C

Tints of Falu Red #73190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 75.66%
G = 16.45%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73190C (or 0x73190C) is known color: Falu Red. HEX triplet: 73, 19 and 0C. RGB value is (115,25,12). Sum of RGB (Red+Green+Blue) = 115+25+12=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #73190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73190C is #8CE6F3. Grayscale: #323232. Windows color (decimal): -9234164 or 792947. OLE color: 792947.

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

Color convert

RGB 115 25 12 -
CMYK 0 0.78 0.90 0.55
HSL 7.57º 0.81% 0.25% -
HSV(B) 7.57º 0.9% 0.45% -
XYZ 7.48 4.37 0.8 -
YUV 50.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 115 25 12 0 0.78 0.90 0.55 7.57 0.81 0.25
Hex 73 19 C 0 4E 5A 37 8 51 19
Octal 163 31 14 0 116 132 67 10 121 31
Binary 1110011 11001 1100 0 1001110 1011010 110111 1000 1010001 11001

Color Harmonies of #73190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73190C

Black with #73190C

Text Example


Text Example

White with #73190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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