Html Css Color HEX #753341 Merlot

📋 copy color: '#753341'

red 117 ◦ green 51 ◦ blue 65

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

Shades of Merlot #753341

Tints of Merlot #753341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 50.21%
G = 21.89%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753341 (or 0x753341) is known color: Merlot. HEX triplet: 75, 33 and 41. RGB value is (117,51,65). Sum of RGB (Red+Green+Blue) = 117+51+65=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753341 is #8ACCBE. Grayscale: #484848. Windows color (decimal): -9096383 or 4273013. OLE color: 4273013.

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

Color convert

RGB 117 51 65 -
CMYK 0 0.56 0.44 0.54
HSL 347.27º 0.39% 0.33% -
HSV(B) 347.27º 0.56% 0.46% -
XYZ 9.47 6.53 5.76 -
YUV 72.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 117 51 65 0 0.56 0.44 0.54 347.27 0.39 0.33
Hex 75 33 41 0 38 2C 36 15B 27 21
Octal 165 63 101 0 70 54 66 533 47 41
Binary 1110101 110011 1000001 0 111000 101100 110110 101011011 100111 100001

Color Harmonies of #753341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753341

Black with #753341

Text Example


Text Example

White with #753341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753341; }

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

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

background-color css

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

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

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

border-color css

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

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

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