Html Css Color HEX #73313F Merlot

📋 copy color: '#73313F'

red 115 ◦ green 49 ◦ blue 63

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

Shades of Merlot #73313F

Tints of Merlot #73313F

RGB

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

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

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

R = 50.66%
G = 21.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73313F (or 0x73313F) is known color: Merlot. HEX triplet: 73, 31 and 3F. RGB value is (115,49,63). Sum of RGB (Red+Green+Blue) = 115+49+63=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73313F is #8CCEC0. Grayscale: #464646. Windows color (decimal): -9227969 or 4141427. OLE color: 4141427.

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

Color convert

RGB 115 49 63 -
CMYK 0 0.57 0.45 0.55
HSL 347.27º 0.4% 0.32% -
HSV(B) 347.27º 0.57% 0.45% -
XYZ 9.07 6.2 5.42 -
YUV 70.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 115 49 63 0 0.57 0.45 0.55 347.27 0.4 0.32
Hex 73 31 3F 0 39 2D 37 15B 28 20
Octal 163 61 77 0 71 55 67 533 50 40
Binary 1110011 110001 111111 0 111001 101101 110111 101011011 101000 100000

Color Harmonies of #73313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73313F

Black with #73313F

Text Example


Text Example

White with #73313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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