Html Css Color HEX #753141 Merlot

📋 copy color: '#753141'

red 117 ◦ green 49 ◦ blue 65

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

Shades of Merlot #753141

Tints of Merlot #753141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 50.65%
G = 21.21%
B = 28.14%

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

#753141 (or 0x753141) is known color: Merlot. HEX triplet: 75, 31 and 41. RGB value is (117,49,65). Sum of RGB (Red+Green+Blue) = 117+49+65=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753141 is #8ACEBE. Grayscale: #474747. Windows color (decimal): -9096895 or 4272501. OLE color: 4272501.

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

Color convert

RGB 117 49 65 -
CMYK 0 0.58 0.44 0.54
HSL 345.88º 0.41% 0.33% -
HSV(B) 345.88º 0.58% 0.46% -
XYZ 9.39 6.36 5.73 -
YUV 71.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 117 49 65 0 0.58 0.44 0.54 345.88 0.41 0.33
Hex 75 31 41 0 3A 2C 36 15A 29 21
Octal 165 61 101 0 72 54 66 532 51 41
Binary 1110101 110001 1000001 0 111010 101100 110110 101011010 101001 100001

Color Harmonies of #753141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753141

Black with #753141

Text Example


Text Example

White with #753141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753141; }

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

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

background-color css

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

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

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

border-color css

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

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

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