Html Css Color HEX #733941 Merlot

📋 copy color: '#733941'

red 115 ◦ green 57 ◦ blue 65

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

Shades of Merlot #733941

Tints of Merlot #733941

RGB

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

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

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

R = 48.52%
G = 24.05%
B = 27.43%

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

#733941 (or 0x733941) is known color: Merlot. HEX triplet: 73, 39 and 41. RGB value is (115,57,65). Sum of RGB (Red+Green+Blue) = 115+57+65=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #733941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733941 is #8CC6BE. Grayscale: #4B4B4B. Windows color (decimal): -9225919 or 4274547. OLE color: 4274547.

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

Color convert

RGB 115 57 65 -
CMYK 0 0.50 0.43 0.55
HSL 351.72º 0.34% 0.34% -
HSV(B) 351.72º 0.5% 0.45% -
XYZ 9.49 6.95 5.84 -
YUV 75.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 115 57 65 0 0.50 0.43 0.55 351.72 0.34 0.34
Hex 73 39 41 0 32 2B 37 160 22 22
Octal 163 71 101 0 62 53 67 540 42 42
Binary 1110011 111001 1000001 0 110010 101011 110111 101100000 100010 100010

Color Harmonies of #733941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733941

Black with #733941

Text Example


Text Example

White with #733941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733941; }

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

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

background-color css

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

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

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

border-color css

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

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

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