Html Css Color HEX #753242 Merlot

📋 copy color: '#753242'

red 117 ◦ green 50 ◦ blue 66

#753242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #753242

Tints of Merlot #753242

RGB

 RED value IS 117 (46.09% from 255) = 50.21%

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 50.21%
G = 21.46%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753242 (or 0x753242) is known color: Merlot. HEX triplet: 75, 32 and 42. RGB value is (117,50,66). Sum of RGB (Red+Green+Blue) = 117+50+66=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753242 is #8ACDBD. Grayscale: #474747. Windows color (decimal): -9096638 or 4338293. OLE color: 4338293.

HSL color Cylindrical-coordinate representation of color #753242: hue angle of 345.67º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753242 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 66 -
CMYK 0 0.57 0.44 0.54
HSL 345.67º 0.4% 0.33% -
HSV(B) 345.67º 0.57% 0.46% -
XYZ 9.46 6.46 5.9 -
YUV 71.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 117 50 66 0 0.57 0.44 0.54 345.67 0.4 0.33
Hex 75 32 42 0 39 2C 36 15A 28 21
Octal 165 62 102 0 71 54 66 532 50 41
Binary 1110101 110010 1000010 0 111001 101100 110110 101011010 101000 100001

Color Harmonies of #753242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753242

Black with #753242

Text Example


Text Example

White with #753242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753242; }

 p { color: rgb(117,50,66); }

 H1.HeaderClassName
 {
   color: #753242;
 }
 .AnyTagClassName
 {
   color: #753242;
 }
</style>

background-color css

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

 a { background-color: rgb(117,50,66); }

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

border-color css

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

 span { border-color: rgb(117,50,66); }

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