Html Css Color HEX #733942 Merlot

📋 copy color: '#733942'

red 115 ◦ green 57 ◦ blue 66

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

Shades of Merlot #733942

Tints of Merlot #733942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 48.32%
G = 23.95%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733942 (or 0x733942) is known color: Merlot. HEX triplet: 73, 39 and 42. RGB value is (115,57,66). Sum of RGB (Red+Green+Blue) = 115+57+66=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #733942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733942 is #8CC6BD. Grayscale: #4B4B4B. Windows color (decimal): -9225918 or 4340083. OLE color: 4340083.

HSL color Cylindrical-coordinate representation of color #733942: hue angle of 350.69º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733942 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 66 -
CMYK 0 0.50 0.43 0.55
HSL 350.69º 0.34% 0.34% -
HSV(B) 350.69º 0.5% 0.45% -
XYZ 9.52 6.96 6 -
YUV 75.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 115 57 66 0 0.50 0.43 0.55 350.69 0.34 0.34
Hex 73 39 42 0 32 2B 37 15F 22 22
Octal 163 71 102 0 62 53 67 537 42 42
Binary 1110011 111001 1000010 0 110010 101011 110111 101011111 100010 100010

Color Harmonies of #733942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733942

Black with #733942

Text Example


Text Example

White with #733942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733942; }

 p { color: rgb(115,57,66); }

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

background-color css

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

 a { background-color: rgb(115,57,66); }

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

border-color css

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

 span { border-color: rgb(115,57,66); }

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