Html Css Color HEX #753541 Merlot

📋 copy color: '#753541'

red 117 ◦ green 53 ◦ blue 65

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

Shades of Merlot #753541

Tints of Merlot #753541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 49.79%
G = 22.55%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753541 (or 0x753541) is known color: Merlot. HEX triplet: 75, 35 and 41. RGB value is (117,53,65). Sum of RGB (Red+Green+Blue) = 117+53+65=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753541 is #8ACABE. Grayscale: #494949. Windows color (decimal): -9095871 or 4273525. OLE color: 4273525.

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

Color convert

RGB 117 53 65 -
CMYK 0 0.55 0.44 0.54
HSL 348.75º 0.38% 0.33% -
HSV(B) 348.75º 0.55% 0.46% -
XYZ 9.56 6.71 5.79 -
YUV 73.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 117 53 65 0 0.55 0.44 0.54 348.75 0.38 0.33
Hex 75 35 41 0 37 2C 36 15D 26 21
Octal 165 65 101 0 67 54 66 535 46 41
Binary 1110101 110101 1000001 0 110111 101100 110110 101011101 100110 100001

Color Harmonies of #753541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753541

Black with #753541

Text Example


Text Example

White with #753541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753541; }

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

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

background-color css

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

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

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

border-color css

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

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

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