Html Css Color HEX #73110F Falu Red

📋 copy color: '#73110F'

red 115 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #73110F

Tints of Falu Red #73110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 78.23%
G = 11.56%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73110F (or 0x73110F) is known color: Falu Red. HEX triplet: 73, 11 and 0F. RGB value is (115,17,15). Sum of RGB (Red+Green+Blue) = 115+17+15=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110F is #8CEEF0. Grayscale: #2E2E2E. Windows color (decimal): -9236209 or 987507. OLE color: 987507.

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

Color convert

RGB 115 17 15 -
CMYK 0 0.85 0.87 0.55
HSL 1.2º 0.77% 0.25% -
HSV(B) 1.2º 0.87% 0.45% -
XYZ 7.36 4.08 0.85 -
YUV 46.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 115 17 15 0 0.85 0.87 0.55 1.2 0.77 0.25
Hex 73 11 F 0 55 57 37 1 4D 19
Octal 163 21 17 0 125 127 67 1 115 31
Binary 1110011 10001 1111 0 1010101 1010111 110111 1 1001101 11001

Color Harmonies of #73110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73110F

Black with #73110F

Text Example


Text Example

White with #73110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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