Html Css Color HEX #733336 Merlot

📋 copy color: '#733336'

red 115 ◦ green 51 ◦ blue 54

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

Shades of Merlot #733336

Tints of Merlot #733336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 52.27%
G = 23.18%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#733336 (or 0x733336) is known color: Merlot. HEX triplet: 73, 33 and 36. RGB value is (115,51,54). Sum of RGB (Red+Green+Blue) = 115+51+54=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733336 is #8CCCC9. Grayscale: #464646. Windows color (decimal): -9227466 or 3552115. OLE color: 3552115.

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

Color convert

RGB 115 51 54 -
CMYK 0 0.56 0.53 0.55
HSL 357.19º 0.39% 0.33% -
HSV(B) 357.19º 0.56% 0.45% -
XYZ 8.92 6.28 4.23 -
YUV 70.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 115 51 54 0 0.56 0.53 0.55 357.19 0.39 0.33
Hex 73 33 36 0 38 35 37 165 27 21
Octal 163 63 66 0 70 65 67 545 47 41
Binary 1110011 110011 110110 0 111000 110101 110111 101100101 100111 100001

Color Harmonies of #733336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733336

Black with #733336

Text Example


Text Example

White with #733336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733336; }

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

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

background-color css

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

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

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

border-color css

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

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

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