#753436

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

Shades of Merlot #753436

Tints of Merlot #753436

Color information

#753436 (or 0x753436) is unknown color: approx Merlot. HEX triplet: 75, 34 and 36. RGB value is (117,52,54). Sum of RGB (Red+Green+Blue) = 117+52+54=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753436 is #8ACBC9. Grayscale: #474747. Windows color (decimal): -9096138 or 3552373. OLE color: 3552373.

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

Color convert

RGB1175254-
CMYK00.560.540.54
HSL358.15º38.46%33.14%-
HSV(B)358.15º55.56%45.88%-
XYZ9.236.54.26-
YUV71.66118.03160.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=52.47%
G=23.32%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117525400.560.540.54358.1538.4633.14
Hex75343603836361662621
Octal165646607066665464641
Binary11101011101001101100111000110110110110101100110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753436; }

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

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

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

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

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

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

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

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