Html Css Color HEX #73313A Merlot

📋 copy color: '#73313A'

red 115 ◦ green 49 ◦ blue 58

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

Shades of Merlot #73313A

Tints of Merlot #73313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 51.8%
G = 22.07%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73313A (or 0x73313A) is known color: Merlot. HEX triplet: 73, 31 and 3A. RGB value is (115,49,58). Sum of RGB (Red+Green+Blue) = 115+49+58=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313A is #8CCEC5. Grayscale: #454545. Windows color (decimal): -9227974 or 3813747. OLE color: 3813747.

HSL color Cylindrical-coordinate representation of color #73313A: hue angle of 351.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73313A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 58 -
CMYK 0 0.57 0.50 0.55
HSL 351.82º 0.4% 0.32% -
HSV(B) 351.82º 0.57% 0.45% -
XYZ 8.93 6.15 4.72 -
YUV 69.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 115 49 58 0 0.57 0.50 0.55 351.82 0.4 0.32
Hex 73 31 3A 0 39 32 37 160 28 20
Octal 163 61 72 0 71 62 67 540 50 40
Binary 1110011 110001 111010 0 111001 110010 110111 101100000 101000 100000

Color Harmonies of #73313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73313A

Black with #73313A

Text Example


Text Example

White with #73313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73313A; }

 p { color: rgb(115,49,58); }

 H1.HeaderClassName
 {
   color: #73313A;
 }
 .AnyTagClassName
 {
   color: #73313A;
 }
</style>

background-color css

<style>
 a { background-color: #73313A; }

 a { background-color: rgb(115,49,58); }

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

border-color css

<style>
 span { border-color: #73313A; }

 span { border-color: rgb(115,49,58); }

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