#75353A

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

Shades of Merlot #75353A

Tints of Merlot #75353A

Color information

#75353A (or 0x75353A) is unknown color: approx Merlot. HEX triplet: 75, 35 and 3A. RGB value is (117,53,58). Sum of RGB (Red+Green+Blue) = 117+53+58=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353A is #8ACAC5. Grayscale: #484848. Windows color (decimal): -9095878 or 3814773. OLE color: 3814773.

HSL color Cylindrical-coordinate representation of color #75353A: hue angle of 355.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75353A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1175358-
CMYK00.550.500.54
HSL355.31º37.65%33.33%-
HSV(B)355.31º54.7%45.88%-
XYZ9.376.634.79-
YUV72.71119.7159.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=51.32%
G=23.25%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117535800.550.500.54355.3137.6533.33
Hex75353A03732361632621
Octal165657206762665434641
Binary11101011101011110100110111110010110110101100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75353A; }

 p { color: rgb(117,53,58); }

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

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

 a { background-color: rgb(117,53,58); }

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

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

 span { border-color: rgb(117,53,58); }

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