Html Css Color HEX #753537 Merlot

📋 copy color: '#753537'

red 117 ◦ green 53 ◦ blue 55

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

Shades of Merlot #753537

Tints of Merlot #753537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 52%
G = 23.56%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#753537 (or 0x753537) is known color: Merlot. HEX triplet: 75, 35 and 37. RGB value is (117,53,55). Sum of RGB (Red+Green+Blue) = 117+53+55=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753537 is #8ACAC8. Grayscale: #484848. Windows color (decimal): -9095881 or 3618165. OLE color: 3618165.

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

Color convert

RGB 117 53 55 -
CMYK 0 0.55 0.53 0.54
HSL 358.13º 0.38% 0.33% -
HSV(B) 358.13º 0.55% 0.46% -
XYZ 9.3 6.6 4.4 -
YUV 72.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 117 53 55 0 0.55 0.53 0.54 358.13 0.38 0.33
Hex 75 35 37 0 37 35 36 166 26 21
Octal 165 65 67 0 67 65 66 546 46 41
Binary 1110101 110101 110111 0 110111 110101 110110 101100110 100110 100001

Color Harmonies of #753537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753537

Black with #753537

Text Example


Text Example

White with #753537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753537; }

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

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

background-color css

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

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

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

border-color css

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

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

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