Html Css Color HEX #733441 Merlot

📋 copy color: '#733441'

red 115 ◦ green 52 ◦ blue 65

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

Shades of Merlot #733441

Tints of Merlot #733441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 49.57%
G = 22.41%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733441 (or 0x733441) is known color: Merlot. HEX triplet: 73, 34 and 41. RGB value is (115,52,65). Sum of RGB (Red+Green+Blue) = 115+52+65=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #733441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733441 is #8CCBBE. Grayscale: #484848. Windows color (decimal): -9227199 or 4273267. OLE color: 4273267.

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

Color convert

RGB 115 52 65 -
CMYK 0 0.55 0.43 0.55
HSL 347.62º 0.38% 0.33% -
HSV(B) 347.62º 0.55% 0.45% -
XYZ 9.25 6.48 5.76 -
YUV 72.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 115 52 65 0 0.55 0.43 0.55 347.62 0.38 0.33
Hex 73 34 41 0 37 2B 37 15C 26 21
Octal 163 64 101 0 67 53 67 534 46 41
Binary 1110011 110100 1000001 0 110111 101011 110111 101011100 100110 100001

Color Harmonies of #733441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733441

Black with #733441

Text Example


Text Example

White with #733441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733441; }

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

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

background-color css

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

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

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

border-color css

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

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

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