Html Css Color HEX #753241 Merlot

📋 copy color: '#753241'

red 117 ◦ green 50 ◦ blue 65

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

Shades of Merlot #753241

Tints of Merlot #753241

RGB

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

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

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

R = 50.43%
G = 21.55%
B = 28.02%

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

#753241 (or 0x753241) is known color: Merlot. HEX triplet: 75, 32 and 41. RGB value is (117,50,65). Sum of RGB (Red+Green+Blue) = 117+50+65=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753241 is #8ACDBE. Grayscale: #474747. Windows color (decimal): -9096639 or 4272757. OLE color: 4272757.

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

Color convert

RGB 117 50 65 -
CMYK 0 0.57 0.44 0.54
HSL 346.57º 0.4% 0.33% -
HSV(B) 346.57º 0.57% 0.46% -
XYZ 9.43 6.44 5.75 -
YUV 71.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 117 50 65 0 0.57 0.44 0.54 346.57 0.4 0.33
Hex 75 32 41 0 39 2C 36 15B 28 21
Octal 165 62 101 0 71 54 66 533 50 41
Binary 1110101 110010 1000001 0 111001 101100 110110 101011011 101000 100001

Color Harmonies of #753241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753241

Black with #753241

Text Example


Text Example

White with #753241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753241; }

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

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

background-color css

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

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

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

border-color css

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

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

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