Html Css Color HEX #733842 Merlot

📋 copy color: '#733842'

red 115 ◦ green 56 ◦ blue 66

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

Shades of Merlot #733842

Tints of Merlot #733842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 48.52%
G = 23.63%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733842 (or 0x733842) is known color: Merlot. HEX triplet: 73, 38 and 42. RGB value is (115,56,66). Sum of RGB (Red+Green+Blue) = 115+56+66=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #733842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733842 is #8CC7BD. Grayscale: #4A4A4A. Windows color (decimal): -9226174 or 4339827. OLE color: 4339827.

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

Color convert

RGB 115 56 66 -
CMYK 0 0.51 0.43 0.55
HSL 349.83º 0.35% 0.34% -
HSV(B) 349.83º 0.51% 0.45% -
XYZ 9.47 6.87 5.98 -
YUV 74.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 115 56 66 0 0.51 0.43 0.55 349.83 0.35 0.34
Hex 73 38 42 0 33 2B 37 15E 23 22
Octal 163 70 102 0 63 53 67 536 43 42
Binary 1110011 111000 1000010 0 110011 101011 110111 101011110 100011 100010

Color Harmonies of #733842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733842

Black with #733842

Text Example


Text Example

White with #733842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733842; }

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

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

background-color css

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

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

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

border-color css

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

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

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