Html Css Color HEX #73313E Merlot

📋 copy color: '#73313E'

red 115 ◦ green 49 ◦ blue 62

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

Shades of Merlot #73313E

Tints of Merlot #73313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 50.88%
G = 21.68%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73313E (or 0x73313E) is known color: Merlot. HEX triplet: 73, 31 and 3E. RGB value is (115,49,62). Sum of RGB (Red+Green+Blue) = 115+49+62=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313E is #8CCEC1. Grayscale: #464646. Windows color (decimal): -9227970 or 4075891. OLE color: 4075891.

HSL color Cylindrical-coordinate representation of color #73313E: hue angle of 348.18º 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 #73313E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 62 -
CMYK 0 0.57 0.46 0.55
HSL 348.18º 0.4% 0.32% -
HSV(B) 348.18º 0.57% 0.45% -
XYZ 9.04 6.19 5.28 -
YUV 70.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 115 49 62 0 0.57 0.46 0.55 348.18 0.4 0.32
Hex 73 31 3E 0 39 2E 37 15C 28 20
Octal 163 61 76 0 71 56 67 534 50 40
Binary 1110011 110001 111110 0 111001 101110 110111 101011100 101000 100000

Color Harmonies of #73313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73313E

Black with #73313E

Text Example


Text Example

White with #73313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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