Html Css Color HEX #733139 Merlot

📋 copy color: '#733139'

red 115 ◦ green 49 ◦ blue 57

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

Shades of Merlot #733139

Tints of Merlot #733139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 52.04%
G = 22.17%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#733139 (or 0x733139) is known color: Merlot. HEX triplet: 73, 31 and 39. RGB value is (115,49,57). Sum of RGB (Red+Green+Blue) = 115+49+57=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733139 is #8CCEC6. Grayscale: #454545. Windows color (decimal): -9227975 or 3748211. OLE color: 3748211.

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

Color convert

RGB 115 49 57 -
CMYK 0 0.57 0.50 0.55
HSL 352.73º 0.4% 0.32% -
HSV(B) 352.73º 0.57% 0.45% -
XYZ 8.91 6.14 4.59 -
YUV 69.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 115 49 57 0 0.57 0.50 0.55 352.73 0.4 0.32
Hex 73 31 39 0 39 32 37 161 28 20
Octal 163 61 71 0 71 62 67 541 50 40
Binary 1110011 110001 111001 0 111001 110010 110111 101100001 101000 100000

Color Harmonies of #733139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733139

Black with #733139

Text Example


Text Example

White with #733139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733139; }

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

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

background-color css

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

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

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

border-color css

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

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

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