#753338

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

Shades of Merlot #753338

Tints of Merlot #753338

Color information

#753338 (or 0x753338) is unknown color: approx Merlot. HEX triplet: 75, 33 and 38. RGB value is (117,51,56). Sum of RGB (Red+Green+Blue) = 117+51+56=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753338 is #8ACCC7. Grayscale: #474747. Windows color (decimal): -9096392 or 3683189. OLE color: 3683189.

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

Color convert

RGB1175156-
CMYK00.560.520.54
HSL355.45º39.29%32.94%-
HSV(B)355.45º56.41%45.88%-
XYZ9.236.444.5-
YUV71.3119.37160.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 56 (22.27% from 255) = 25%
R=52.23%
G=22.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117515600.560.520.54355.4539.2932.94
Hex75333803834361632721
Octal165637007064665434741
Binary11101011100111110000111000110100110110101100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753338; }

 p { color: rgb(117,51,56); }

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

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

 a { background-color: rgb(117,51,56); }

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

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

 span { border-color: rgb(117,51,56); }

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