Html Css Color HEX #733240 Merlot

📋 copy color: '#733240'

red 115 ◦ green 50 ◦ blue 64

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

Shades of Merlot #733240

Tints of Merlot #733240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 50.22%
G = 21.83%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#733240 (or 0x733240) is known color: Merlot. HEX triplet: 73, 32 and 40. RGB value is (115,50,64). Sum of RGB (Red+Green+Blue) = 115+50+64=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #733240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733240 is #8CCDBF. Grayscale: #474747. Windows color (decimal): -9227712 or 4207219. OLE color: 4207219.

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

Color convert

RGB 115 50 64 -
CMYK 0 0.57 0.44 0.55
HSL 347.08º 0.39% 0.32% -
HSV(B) 347.08º 0.57% 0.45% -
XYZ 9.14 6.3 5.58 -
YUV 71.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 115 50 64 0 0.57 0.44 0.55 347.08 0.39 0.32
Hex 73 32 40 0 39 2C 37 15B 27 20
Octal 163 62 100 0 71 54 67 533 47 40
Binary 1110011 110010 1000000 0 111001 101100 110111 101011011 100111 100000

Color Harmonies of #733240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733240

Black with #733240

Text Example


Text Example

White with #733240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733240; }

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

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

background-color css

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

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

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

border-color css

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

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

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