Html Css Color HEX #733241 Merlot

📋 copy color: '#733241'

red 115 ◦ green 50 ◦ blue 65

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

Shades of Merlot #733241

Tints of Merlot #733241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

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

R = 50%
G = 21.74%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733241 (or 0x733241) is known color: Merlot. HEX triplet: 73, 32 and 41. RGB value is (115,50,65). Sum of RGB (Red+Green+Blue) = 115+50+65=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #733241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733241 is #8CCDBE. Grayscale: #474747. Windows color (decimal): -9227711 or 4272755. OLE color: 4272755.

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

Color convert

RGB 115 50 65 -
CMYK 0 0.57 0.43 0.55
HSL 346.15º 0.39% 0.32% -
HSV(B) 346.15º 0.57% 0.45% -
XYZ 9.16 6.31 5.74 -
YUV 71.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 115 50 65 0 0.57 0.43 0.55 346.15 0.39 0.32
Hex 73 32 41 0 39 2B 37 15A 27 20
Octal 163 62 101 0 71 53 67 532 47 40
Binary 1110011 110010 1000001 0 111001 101011 110111 101011010 100111 100000

Color Harmonies of #733241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733241

Black with #733241

Text Example


Text Example

White with #733241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733241; }

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

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

background-color css

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

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

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

border-color css

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

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

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