Html Css Color HEX #753340 Merlot

📋 copy color: '#753340'

red 117 ◦ green 51 ◦ blue 64

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

Shades of Merlot #753340

Tints of Merlot #753340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 50.43%
G = 21.98%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753340 (or 0x753340) is known color: Merlot. HEX triplet: 75, 33 and 40. RGB value is (117,51,64). Sum of RGB (Red+Green+Blue) = 117+51+64=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753340 is #8ACCBF. Grayscale: #484848. Windows color (decimal): -9096384 or 4207477. OLE color: 4207477.

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

Color convert

RGB 117 51 64 -
CMYK 0 0.56 0.45 0.54
HSL 348.18º 0.39% 0.33% -
HSV(B) 348.18º 0.56% 0.46% -
XYZ 9.45 6.52 5.61 -
YUV 72.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 117 51 64 0 0.56 0.45 0.54 348.18 0.39 0.33
Hex 75 33 40 0 38 2D 36 15C 27 21
Octal 165 63 100 0 70 55 66 534 47 41
Binary 1110101 110011 1000000 0 111000 101101 110110 101011100 100111 100001

Color Harmonies of #753340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753340

Black with #753340

Text Example


Text Example

White with #753340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753340; }

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

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

background-color css

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

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

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

border-color css

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

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

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