Html Css Color HEX #733334 Merlot

📋 copy color: '#733334'

red 115 ◦ green 51 ◦ blue 52

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

Shades of Merlot #733334

Tints of Merlot #733334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 52.75%
G = 23.39%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#733334 (or 0x733334) is known color: Merlot. HEX triplet: 73, 33 and 34. RGB value is (115,51,52). Sum of RGB (Red+Green+Blue) = 115+51+52=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733334 is #8CCCCB. Grayscale: #464646. Windows color (decimal): -9227468 or 3421043. OLE color: 3421043.

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

Color convert

RGB 115 51 52 -
CMYK 0 0.56 0.55 0.55
HSL 359.06º 0.39% 0.33% -
HSV(B) 359.06º 0.56% 0.45% -
XYZ 8.87 6.26 3.99 -
YUV 70.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 115 51 52 0 0.56 0.55 0.55 359.06 0.39 0.33
Hex 73 33 34 0 38 37 37 167 27 21
Octal 163 63 64 0 70 67 67 547 47 41
Binary 1110011 110011 110100 0 111000 110111 110111 101100111 100111 100001

Color Harmonies of #733334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733334

Black with #733334

Text Example


Text Example

White with #733334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733334; }

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

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

background-color css

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

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

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

border-color css

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

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

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