Html Css Color HEX #753142 Merlot

📋 copy color: '#753142'

red 117 ◦ green 49 ◦ blue 66

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

Shades of Merlot #753142

Tints of Merlot #753142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 50.43%
G = 21.12%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753142 (or 0x753142) is known color: Merlot. HEX triplet: 75, 31 and 42. RGB value is (117,49,66). Sum of RGB (Red+Green+Blue) = 117+49+66=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753142 is #8ACEBD. Grayscale: #474747. Windows color (decimal): -9096894 or 4338037. OLE color: 4338037.

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

Color convert

RGB 117 49 66 -
CMYK 0 0.58 0.44 0.54
HSL 345º 0.41% 0.33% -
HSV(B) 345º 0.58% 0.46% -
XYZ 9.42 6.37 5.89 -
YUV 71.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 117 49 66 0 0.58 0.44 0.54 345 0.41 0.33
Hex 75 31 42 0 3A 2C 36 159 29 21
Octal 165 61 102 0 72 54 66 531 51 41
Binary 1110101 110001 1000010 0 111010 101100 110110 101011001 101001 100001

Color Harmonies of #753142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753142

Black with #753142

Text Example


Text Example

White with #753142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753142; }

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

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

background-color css

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

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

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

border-color css

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

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

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