Html Css Color HEX #753135 Merlot

📋 copy color: '#753135'

red 117 ◦ green 49 ◦ blue 53

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

Shades of Merlot #753135

Tints of Merlot #753135

RGB

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

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

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

R = 53.42%
G = 22.37%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#753135 (or 0x753135) is known color: Merlot. HEX triplet: 75, 31 and 35. RGB value is (117,49,53). Sum of RGB (Red+Green+Blue) = 117+49+53=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753135 is #8ACECA. Grayscale: #454545. Windows color (decimal): -9096907 or 3486069. OLE color: 3486069.

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

Color convert

RGB 117 49 53 -
CMYK 0 0.58 0.55 0.54
HSL 356.47º 0.41% 0.33% -
HSV(B) 356.47º 0.58% 0.46% -
XYZ 9.08 6.24 4.09 -
YUV 69.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 117 49 53 0 0.58 0.55 0.54 356.47 0.41 0.33
Hex 75 31 35 0 3A 37 36 164 29 21
Octal 165 61 65 0 72 67 66 544 51 41
Binary 1110101 110001 110101 0 111010 110111 110110 101100100 101001 100001

Color Harmonies of #753135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753135

Black with #753135

Text Example


Text Example

White with #753135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753135; }

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

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

background-color css

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

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

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

border-color css

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

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

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