Html Css Color HEX #73120F Falu Red

📋 copy color: '#73120F'

red 115 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #73120F

Tints of Falu Red #73120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 77.7%
G = 12.16%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73120F (or 0x73120F) is known color: Falu Red. HEX triplet: 73, 12 and 0F. RGB value is (115,18,15). Sum of RGB (Red+Green+Blue) = 115+18+15=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73120F is #8CEDF0. Grayscale: #2E2E2E. Windows color (decimal): -9235953 or 987763. OLE color: 987763.

HSL color Cylindrical-coordinate representation of color #73120F: hue angle of 1.8º 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 #73120F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 15 -
CMYK 0 0.84 0.87 0.55
HSL 1.8º 0.77% 0.25% -
HSV(B) 1.8º 0.87% 0.45% -
XYZ 7.37 4.11 0.86 -
YUV 46.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 115 18 15 0 0.84 0.87 0.55 1.8 0.77 0.25
Hex 73 12 F 0 54 57 37 2 4D 19
Octal 163 22 17 0 124 127 67 2 115 31
Binary 1110011 10010 1111 0 1010100 1010111 110111 10 1001101 11001

Color Harmonies of #73120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73120F

Black with #73120F

Text Example


Text Example

White with #73120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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