Html Css Color HEX #753136 Merlot

📋 copy color: '#753136'

red 117 ◦ green 49 ◦ blue 54

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

Shades of Merlot #753136

Tints of Merlot #753136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 53.18%
G = 22.27%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#753136 (or 0x753136) is known color: Merlot. HEX triplet: 75, 31 and 36. RGB value is (117,49,54). Sum of RGB (Red+Green+Blue) = 117+49+54=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753136 is #8ACEC9. Grayscale: #454545. Windows color (decimal): -9096906 or 3551605. OLE color: 3551605.

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

Color convert

RGB 117 49 54 -
CMYK 0 0.58 0.54 0.54
HSL 355.59º 0.41% 0.33% -
HSV(B) 355.59º 0.58% 0.46% -
XYZ 9.1 6.24 4.22 -
YUV 69.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 117 49 54 0 0.58 0.54 0.54 355.59 0.41 0.33
Hex 75 31 36 0 3A 36 36 164 29 21
Octal 165 61 66 0 72 66 66 544 51 41
Binary 1110101 110001 110110 0 111010 110110 110110 101100100 101001 100001

Color Harmonies of #753136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753136

Black with #753136

Text Example


Text Example

White with #753136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753136; }

 p { color: rgb(117,49,54); }

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

background-color css

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

 a { background-color: rgb(117,49,54); }

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

border-color css

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

 span { border-color: rgb(117,49,54); }

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