Html Css Color HEX #73313D Merlot

📋 copy color: '#73313D'

red 115 ◦ green 49 ◦ blue 61

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

Shades of Merlot #73313D

Tints of Merlot #73313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 51.11%
G = 21.78%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73313D (or 0x73313D) is known color: Merlot. HEX triplet: 73, 31 and 3D. RGB value is (115,49,61). Sum of RGB (Red+Green+Blue) = 115+49+61=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313D is #8CCEC2. Grayscale: #464646. Windows color (decimal): -9227971 or 4010355. OLE color: 4010355.

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

Color convert

RGB 115 49 61 -
CMYK 0 0.57 0.47 0.55
HSL 349.09º 0.4% 0.32% -
HSV(B) 349.09º 0.57% 0.45% -
XYZ 9.01 6.18 5.13 -
YUV 70.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 115 49 61 0 0.57 0.47 0.55 349.09 0.4 0.32
Hex 73 31 3D 0 39 2F 37 15D 28 20
Octal 163 61 75 0 71 57 67 535 50 40
Binary 1110011 110001 111101 0 111001 101111 110111 101011101 101000 100000

Color Harmonies of #73313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73313D

Black with #73313D

Text Example


Text Example

White with #73313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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