Html Css Color HEX #753542 Merlot

📋 copy color: '#753542'

red 117 ◦ green 53 ◦ blue 66

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

Shades of Merlot #753542

Tints of Merlot #753542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 49.58%
G = 22.46%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753542 (or 0x753542) is known color: Merlot. HEX triplet: 75, 35 and 42. RGB value is (117,53,66). Sum of RGB (Red+Green+Blue) = 117+53+66=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753542 is #8ACABD. Grayscale: #494949. Windows color (decimal): -9095870 or 4339061. OLE color: 4339061.

HSL color Cylindrical-coordinate representation of color #753542: hue angle of 347.81º 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 #753542 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 66 -
CMYK 0 0.55 0.44 0.54
HSL 347.81º 0.38% 0.33% -
HSV(B) 347.81º 0.55% 0.46% -
XYZ 9.59 6.72 5.95 -
YUV 73.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 117 53 66 0 0.55 0.44 0.54 347.81 0.38 0.33
Hex 75 35 42 0 37 2C 36 15C 26 21
Octal 165 65 102 0 67 54 66 534 46 41
Binary 1110101 110101 1000010 0 110111 101100 110110 101011100 100110 100001

Color Harmonies of #753542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753542

Black with #753542

Text Example


Text Example

White with #753542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753542; }

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

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

background-color css

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

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

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

border-color css

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

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

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