#733335

Color #733335 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #733335

Tints of Merlot #733335

Color information

#733335 (or 0x733335) is unknown color: approx Merlot. HEX triplet: 73, 33 and 35. RGB value is (115,51,53). Sum of RGB (Red+Green+Blue) = 115+51+53=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #733335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733335 is #8CCCCA. Grayscale: #464646. Windows color (decimal): -9227467 or 3486579. OLE color: 3486579.

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

Color convert

RGB1155153-
CMYK00.560.540.55
HSL358.12º38.55%32.55%-
HSV(B)358.12º55.65%45.1%-
XYZ8.96.274.11-
YUV70.36118.2159.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=52.51%
G=23.29%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115515300.560.540.55358.1238.5532.55
Hex73333503836371662721
Octal163636507066675464741
Binary11100111100111101010111000110110110111101100110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733335; }

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

 H1.HeaderClassName
 {
   color: #733335;
 }
 .AnyTagClassName
 {
   color: #733335;
 }
</style>
background-color css

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

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

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

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

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

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