Html Css Color HEX #733641 Merlot

📋 copy color: '#733641'

red 115 ◦ green 54 ◦ blue 65

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

Shades of Merlot #733641

Tints of Merlot #733641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

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

R = 49.15%
G = 23.08%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733641 (or 0x733641) is known color: Merlot. HEX triplet: 73, 36 and 41. RGB value is (115,54,65). Sum of RGB (Red+Green+Blue) = 115+54+65=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #733641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733641 is #8CC9BE. Grayscale: #494949. Windows color (decimal): -9226687 or 4273779. OLE color: 4273779.

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

Color convert

RGB 115 54 65 -
CMYK 0 0.53 0.43 0.55
HSL 349.18º 0.36% 0.33% -
HSV(B) 349.18º 0.53% 0.45% -
XYZ 9.34 6.66 5.8 -
YUV 73.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 115 54 65 0 0.53 0.43 0.55 349.18 0.36 0.33
Hex 73 36 41 0 35 2B 37 15D 24 21
Octal 163 66 101 0 65 53 67 535 44 41
Binary 1110011 110110 1000001 0 110101 101011 110111 101011101 100100 100001

Color Harmonies of #733641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733641

Black with #733641

Text Example


Text Example

White with #733641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733641; }

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

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

background-color css

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

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

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

border-color css

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

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

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