Html Css Color HEX #73323D Merlot

📋 copy color: '#73323D'

red 115 ◦ green 50 ◦ blue 61

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

Shades of Merlot #73323D

Tints of Merlot #73323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 50.88%
G = 22.12%
B = 26.99%

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

#73323D (or 0x73323D) is known color: Merlot. HEX triplet: 73, 32 and 3D. RGB value is (115,50,61). Sum of RGB (Red+Green+Blue) = 115+50+61=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323D is #8CCDC2. Grayscale: #464646. Windows color (decimal): -9227715 or 4010611. OLE color: 4010611.

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

Color convert

RGB 115 50 61 -
CMYK 0 0.57 0.47 0.55
HSL 349.85º 0.39% 0.32% -
HSV(B) 349.85º 0.57% 0.45% -
XYZ 9.05 6.26 5.15 -
YUV 70.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 115 50 61 0 0.57 0.47 0.55 349.85 0.39 0.32
Hex 73 32 3D 0 39 2F 37 15E 27 20
Octal 163 62 75 0 71 57 67 536 47 40
Binary 1110011 110010 111101 0 111001 101111 110111 101011110 100111 100000

Color Harmonies of #73323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73323D

Black with #73323D

Text Example


Text Example

White with #73323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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