Html Css Color HEX #753041 Merlot

📋 copy color: '#753041'

red 117 ◦ green 48 ◦ blue 65

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

Shades of Merlot #753041

Tints of Merlot #753041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 50.87%
G = 20.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753041 (or 0x753041) is known color: Merlot. HEX triplet: 75, 30 and 41. RGB value is (117,48,65). Sum of RGB (Red+Green+Blue) = 117+48+65=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753041 is #8ACFBE. Grayscale: #464646. Windows color (decimal): -9097151 or 4272245. OLE color: 4272245.

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

Color convert

RGB 117 48 65 -
CMYK 0 0.59 0.44 0.54
HSL 345.22º 0.42% 0.32% -
HSV(B) 345.22º 0.59% 0.46% -
XYZ 9.35 6.28 5.72 -
YUV 70.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 117 48 65 0 0.59 0.44 0.54 345.22 0.42 0.32
Hex 75 30 41 0 3B 2C 36 159 2A 20
Octal 165 60 101 0 73 54 66 531 52 40
Binary 1110101 110000 1000001 0 111011 101100 110110 101011001 101010 100000

Color Harmonies of #753041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753041

Black with #753041

Text Example


Text Example

White with #753041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753041; }

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

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

background-color css

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

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

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

border-color css

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

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

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