Html Css Color HEX #753337 Merlot

📋 copy color: '#753337'

red 117 ◦ green 51 ◦ blue 55

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

Shades of Merlot #753337

Tints of Merlot #753337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 52.47%
G = 22.87%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#753337 (or 0x753337) is known color: Merlot. HEX triplet: 75, 33 and 37. RGB value is (117,51,55). Sum of RGB (Red+Green+Blue) = 117+51+55=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753337 is #8ACCC8. Grayscale: #474747. Windows color (decimal): -9096393 or 3617653. OLE color: 3617653.

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

Color convert

RGB 117 51 55 -
CMYK 0 0.56 0.53 0.54
HSL 356.36º 0.39% 0.33% -
HSV(B) 356.36º 0.56% 0.46% -
XYZ 9.21 6.43 4.37 -
YUV 71.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 117 51 55 0 0.56 0.53 0.54 356.36 0.39 0.33
Hex 75 33 37 0 38 35 36 164 27 21
Octal 165 63 67 0 70 65 66 544 47 41
Binary 1110101 110011 110111 0 111000 110101 110110 101100100 100111 100001

Color Harmonies of #753337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753337

Black with #753337

Text Example


Text Example

White with #753337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753337; }

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

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

background-color css

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

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

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

border-color css

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

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

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