#75333C

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

Shades of Merlot #75333C

Tints of Merlot #75333C

Color information

#75333C (or 0x75333C) is unknown color: approx Merlot. HEX triplet: 75, 33 and 3C. RGB value is (117,51,60). Sum of RGB (Red+Green+Blue) = 117+51+60=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333C is #8ACCC3. Grayscale: #474747. Windows color (decimal): -9096388 or 3945333. OLE color: 3945333.

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

Color convert

RGB1175160-
CMYK00.560.490.54
HSL351.82º39.29%32.94%-
HSV(B)351.82º56.41%45.88%-
XYZ9.346.485.03-
YUV71.76121.37160.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=51.32%
G=22.37%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516000.560.490.54351.8239.2932.94
Hex75333C03831361602721
Octal165637407061665404741
Binary11101011100111111000111000110001110110101100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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