Html Css Color HEX #73313C Merlot

📋 copy color: '#73313C'

red 115 ◦ green 49 ◦ blue 60

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

Shades of Merlot #73313C

Tints of Merlot #73313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 51.34%
G = 21.88%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73313C (or 0x73313C) is known color: Merlot. HEX triplet: 73, 31 and 3C. RGB value is (115,49,60). Sum of RGB (Red+Green+Blue) = 115+49+60=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313C is #8CCEC3. Grayscale: #464646. Windows color (decimal): -9227972 or 3944819. OLE color: 3944819.

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

Color convert

RGB 115 49 60 -
CMYK 0 0.57 0.48 0.55
HSL 350º 0.4% 0.32% -
HSV(B) 350º 0.57% 0.45% -
XYZ 8.98 6.17 4.99 -
YUV 69.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 115 49 60 0 0.57 0.48 0.55 350 0.4 0.32
Hex 73 31 3C 0 39 30 37 15E 28 20
Octal 163 61 74 0 71 60 67 536 50 40
Binary 1110011 110001 111100 0 111001 110000 110111 101011110 101000 100000

Color Harmonies of #73313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73313C

Black with #73313C

Text Example


Text Example

White with #73313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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