Html Css Color HEX #73323B Merlot

📋 copy color: '#73323B'

red 115 ◦ green 50 ◦ blue 59

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

Shades of Merlot #73323B

Tints of Merlot #73323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 51.34%
G = 22.32%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73323B (or 0x73323B) is known color: Merlot. HEX triplet: 73, 32 and 3B. RGB value is (115,50,59). Sum of RGB (Red+Green+Blue) = 115+50+59=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323B is #8CCDC4. Grayscale: #464646. Windows color (decimal): -9227717 or 3879539. OLE color: 3879539.

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

Color convert

RGB 115 50 59 -
CMYK 0 0.57 0.49 0.55
HSL 351.69º 0.39% 0.32% -
HSV(B) 351.69º 0.57% 0.45% -
XYZ 9 6.24 4.87 -
YUV 70.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 115 50 59 0 0.57 0.49 0.55 351.69 0.39 0.32
Hex 73 32 3B 0 39 31 37 160 27 20
Octal 163 62 73 0 71 61 67 540 47 40
Binary 1110011 110010 111011 0 111001 110001 110111 101100000 100111 100000

Color Harmonies of #73323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73323B

Black with #73323B

Text Example


Text Example

White with #73323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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