Html Css Color HEX #73323E Merlot

📋 copy color: '#73323E'

red 115 ◦ green 50 ◦ blue 62

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

Shades of Merlot #73323E

Tints of Merlot #73323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 50.66%
G = 22.03%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73323E (or 0x73323E) is known color: Merlot. HEX triplet: 73, 32 and 3E. RGB value is (115,50,62). Sum of RGB (Red+Green+Blue) = 115+50+62=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323E is #8CCDC1. Grayscale: #464646. Windows color (decimal): -9227714 or 4076147. OLE color: 4076147.

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

Color convert

RGB 115 50 62 -
CMYK 0 0.57 0.46 0.55
HSL 348.92º 0.39% 0.32% -
HSV(B) 348.92º 0.57% 0.45% -
XYZ 9.08 6.27 5.29 -
YUV 70.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 115 50 62 0 0.57 0.46 0.55 348.92 0.39 0.32
Hex 73 32 3E 0 39 2E 37 15D 27 20
Octal 163 62 76 0 71 56 67 535 47 40
Binary 1110011 110010 111110 0 111001 101110 110111 101011101 100111 100000

Color Harmonies of #73323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73323E

Black with #73323E

Text Example


Text Example

White with #73323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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