Html Css Color HEX #753439 Merlot

📋 copy color: '#753439'

red 117 ◦ green 52 ◦ blue 57

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

Shades of Merlot #753439

Tints of Merlot #753439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 51.77%
G = 23.01%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#753439 (or 0x753439) is known color: Merlot. HEX triplet: 75, 34 and 39. RGB value is (117,52,57). Sum of RGB (Red+Green+Blue) = 117+52+57=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #753439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753439 is #8ACBC6. Grayscale: #484848. Windows color (decimal): -9096135 or 3748981. OLE color: 3748981.

HSL color Cylindrical-coordinate representation of color #753439: hue angle of 355.38º degrees, saturation: 0.38, 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 #753439 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 57 -
CMYK 0 0.56 0.51 0.54
HSL 355.38º 0.38% 0.33% -
HSV(B) 355.38º 0.56% 0.46% -
XYZ 9.3 6.53 4.64 -
YUV 72.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 117 52 57 0 0.56 0.51 0.54 355.38 0.38 0.33
Hex 75 34 39 0 38 33 36 163 26 21
Octal 165 64 71 0 70 63 66 543 46 41
Binary 1110101 110100 111001 0 111000 110011 110110 101100011 100110 100001

Color Harmonies of #753439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753439

Black with #753439

Text Example


Text Example

White with #753439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753439; }

 p { color: rgb(117,52,57); }

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

background-color css

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

 a { background-color: rgb(117,52,57); }

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

border-color css

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

 span { border-color: rgb(117,52,57); }

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