Html Css Color HEX #753A3C Merlot

📋 copy color: '#753A3C'

red 117 ◦ green 58 ◦ blue 60

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

Shades of Merlot #753A3C

Tints of Merlot #753A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 49.79%
G = 24.68%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#753A3C (or 0x753A3C) is known color: Merlot. HEX triplet: 75, 3A and 3C. RGB value is (117,58,60). Sum of RGB (Red+Green+Blue) = 117+58+60=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A3C is #8AC5C3. Grayscale: #4B4B4B. Windows color (decimal): -9094596 or 3947125. OLE color: 3947125.

HSL color Cylindrical-coordinate representation of color #753A3C: hue angle of 357.97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A3C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 60 -
CMYK 0 0.50 0.49 0.54
HSL 357.97º 0.34% 0.34% -
HSV(B) 357.97º 0.5% 0.46% -
XYZ 9.66 7.13 5.14 -
YUV 75.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 117 58 60 0 0.50 0.49 0.54 357.97 0.34 0.34
Hex 75 3A 3C 0 32 31 36 166 22 22
Octal 165 72 74 0 62 61 66 546 42 42
Binary 1110101 111010 111100 0 110010 110001 110110 101100110 100010 100010

Color Harmonies of #753A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A3C

Black with #753A3C

Text Example


Text Example

White with #753A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753A3C; }

 p { color: rgb(117,58,60); }

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

background-color css

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

 a { background-color: rgb(117,58,60); }

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

border-color css

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

 span { border-color: rgb(117,58,60); }

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