Html Css Color HEX #73393F Merlot

📋 copy color: '#73393F'

red 115 ◦ green 57 ◦ blue 63

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

Shades of Merlot #73393F

Tints of Merlot #73393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 48.94%
G = 24.26%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73393F (or 0x73393F) is known color: Merlot. HEX triplet: 73, 39 and 3F. RGB value is (115,57,63). Sum of RGB (Red+Green+Blue) = 115+57+63=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #73393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73393F is #8CC6C0. Grayscale: #4B4B4B. Windows color (decimal): -9225921 or 4143475. OLE color: 4143475.

HSL color Cylindrical-coordinate representation of color #73393F: hue angle of 353.79º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73393F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 63 -
CMYK 0 0.50 0.45 0.55
HSL 353.79º 0.34% 0.34% -
HSV(B) 353.79º 0.5% 0.45% -
XYZ 9.43 6.93 5.54 -
YUV 75.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 115 57 63 0 0.50 0.45 0.55 353.79 0.34 0.34
Hex 73 39 3F 0 32 2D 37 162 22 22
Octal 163 71 77 0 62 55 67 542 42 42
Binary 1110011 111001 111111 0 110010 101101 110111 101100010 100010 100010

Color Harmonies of #73393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73393F

Black with #73393F

Text Example


Text Example

White with #73393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,57,63); }

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

background-color css

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

 a { background-color: rgb(115,57,63); }

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

border-color css

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

 span { border-color: rgb(115,57,63); }

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