Html Css Color HEX #753235 Merlot

📋 copy color: '#753235'

red 117 ◦ green 50 ◦ blue 53

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

Shades of Merlot #753235

Tints of Merlot #753235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 53.18%
G = 22.73%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#753235 (or 0x753235) is known color: Merlot. HEX triplet: 75, 32 and 35. RGB value is (117,50,53). Sum of RGB (Red+Green+Blue) = 117+50+53=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753235 is #8ACDCA. Grayscale: #464646. Windows color (decimal): -9096651 or 3486325. OLE color: 3486325.

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

Color convert

RGB 117 50 53 -
CMYK 0 0.57 0.55 0.54
HSL 357.31º 0.4% 0.33% -
HSV(B) 357.31º 0.57% 0.46% -
XYZ 9.12 6.32 4.11 -
YUV 70.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 117 50 53 0 0.57 0.55 0.54 357.31 0.4 0.33
Hex 75 32 35 0 39 37 36 165 28 21
Octal 165 62 65 0 71 67 66 545 50 41
Binary 1110101 110010 110101 0 111001 110111 110110 101100101 101000 100001

Color Harmonies of #753235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753235

Black with #753235

Text Example


Text Example

White with #753235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753235; }

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

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

background-color css

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

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

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

border-color css

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

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

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