#75363F

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

Shades of Merlot #75363F

Tints of Merlot #75363F

Color information

#75363F (or 0x75363F) is unknown color: approx Merlot. HEX triplet: 75, 36 and 3F. RGB value is (117,54,63). Sum of RGB (Red+Green+Blue) = 117+54+63=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75363F is #8AC9C0. Grayscale: #494949. Windows color (decimal): -9095617 or 4142709. OLE color: 4142709.

HSL color Cylindrical-coordinate representation of color #75363F: hue angle of 351.43º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75363F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1175463-
CMYK00.540.460.54
HSL351.43º36.84%33.53%-
HSV(B)351.43º53.85%45.88%-
XYZ9.556.785.51-
YUV73.86121.87158.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 63 (25% from 255) = 26.92%
R=50%
G=23.08%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117546300.540.460.54351.4336.8433.53
Hex75363F0362E3615f2522
Octal165667706656665374542
Binary11101011101101111110110110101110110110101011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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