#75333F

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

Shades of Merlot #75333F

Tints of Merlot #75333F

Color information

#75333F (or 0x75333F) is unknown color: approx Merlot. HEX triplet: 75, 33 and 3F. RGB value is (117,51,63). Sum of RGB (Red+Green+Blue) = 117+51+63=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333F is #8ACCC0. Grayscale: #484848. Windows color (decimal): -9096385 or 4141941. OLE color: 4141941.

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

Color convert

RGB1175163-
CMYK00.560.460.54
HSL349.09º39.29%32.94%-
HSV(B)349.09º56.41%45.88%-
XYZ9.426.515.46-
YUV72.1122.87160.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 63 (25% from 255) = 27.27%
R=50.65%
G=22.08%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516300.560.460.54349.0939.2932.94
Hex75333F0382E3615d2721
Octal165637707056665354741
Binary11101011100111111110111000101110110110101011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75333F; }

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

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

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

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

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

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

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

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