Html Css Color HEX #733140 Merlot

📋 copy color: '#733140'

red 115 ◦ green 49 ◦ blue 64

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

Shades of Merlot #733140

Tints of Merlot #733140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 50.44%
G = 21.49%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#733140 (or 0x733140) is known color: Merlot. HEX triplet: 73, 31 and 40. RGB value is (115,49,64). Sum of RGB (Red+Green+Blue) = 115+49+64=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #733140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733140 is #8CCEBF. Grayscale: #464646. Windows color (decimal): -9227968 or 4206963. OLE color: 4206963.

HSL color Cylindrical-coordinate representation of color #733140: hue angle of 346.36º degrees, saturation: 0.4, 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 #733140 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 49 64 -
CMYK 0 0.57 0.44 0.55
HSL 346.36º 0.4% 0.32% -
HSV(B) 346.36º 0.57% 0.45% -
XYZ 9.09 6.21 5.57 -
YUV 70.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 115 49 64 0 0.57 0.44 0.55 346.36 0.4 0.32
Hex 73 31 40 0 39 2C 37 15A 28 20
Octal 163 61 100 0 71 54 67 532 50 40
Binary 1110011 110001 1000000 0 111001 101100 110111 101011010 101000 100000

Color Harmonies of #733140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733140

Black with #733140

Text Example


Text Example

White with #733140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733140; }

 p { color: rgb(115,49,64); }

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

background-color css

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

 a { background-color: rgb(115,49,64); }

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

border-color css

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

 span { border-color: rgb(115,49,64); }

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