Html Css Color HEX #73160C Falu Red

📋 copy color: '#73160C'

red 115 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #73160C

Tints of Falu Red #73160C

RGB

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

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

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

R = 77.18%
G = 14.77%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73160C (or 0x73160C) is known color: Falu Red. HEX triplet: 73, 16 and 0C. RGB value is (115,22,12). Sum of RGB (Red+Green+Blue) = 115+22+12=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #73160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73160C is #8CE9F3. Grayscale: #303030. Windows color (decimal): -9234932 or 792179. OLE color: 792179.

HSL color Cylindrical-coordinate representation of color #73160C: hue angle of 5.83º 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 #73160C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 12 -
CMYK 0 0.81 0.90 0.55
HSL 5.83º 0.81% 0.25% -
HSV(B) 5.83º 0.9% 0.45% -
XYZ 7.42 4.25 0.78 -
YUV 48.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 115 22 12 0 0.81 0.90 0.55 5.83 0.81 0.25
Hex 73 16 C 0 51 5A 37 6 51 19
Octal 163 26 14 0 121 132 67 6 121 31
Binary 1110011 10110 1100 0 1010001 1011010 110111 110 1010001 11001

Color Harmonies of #73160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73160C

Black with #73160C

Text Example


Text Example

White with #73160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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