Html Css Color HEX #733841 Merlot

📋 copy color: '#733841'

red 115 ◦ green 56 ◦ blue 65

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

Shades of Merlot #733841

Tints of Merlot #733841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 48.73%
G = 23.73%
B = 27.54%

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

#733841 (or 0x733841) is known color: Merlot. HEX triplet: 73, 38 and 41. RGB value is (115,56,65). Sum of RGB (Red+Green+Blue) = 115+56+65=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #733841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733841 is #8CC7BE. Grayscale: #4A4A4A. Windows color (decimal): -9226175 or 4274291. OLE color: 4274291.

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

Color convert

RGB 115 56 65 -
CMYK 0 0.51 0.43 0.55
HSL 350.85º 0.35% 0.34% -
HSV(B) 350.85º 0.51% 0.45% -
XYZ 9.44 6.85 5.83 -
YUV 74.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 115 56 65 0 0.51 0.43 0.55 350.85 0.35 0.34
Hex 73 38 41 0 33 2B 37 15F 23 22
Octal 163 70 101 0 63 53 67 537 43 42
Binary 1110011 111000 1000001 0 110011 101011 110111 101011111 100011 100010

Color Harmonies of #733841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733841

Black with #733841

Text Example


Text Example

White with #733841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733841; }

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

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

background-color css

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

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

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

border-color css

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

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

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