Html Css Color HEX #753840 Merlot

📋 copy color: '#753840'

red 117 ◦ green 56 ◦ blue 64

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

Shades of Merlot #753840

Tints of Merlot #753840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 49.37%
G = 23.63%
B = 27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#753840 (or 0x753840) is known color: Merlot. HEX triplet: 75, 38 and 40. RGB value is (117,56,64). Sum of RGB (Red+Green+Blue) = 117+56+64=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753840 is #8AC7BF. Grayscale: #4B4B4B. Windows color (decimal): -9095104 or 4208757. OLE color: 4208757.

HSL color Cylindrical-coordinate representation of color #753840: hue angle of 352.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753840 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 64 -
CMYK 0 0.52 0.45 0.54
HSL 352.13º 0.35% 0.34% -
HSV(B) 352.13º 0.52% 0.46% -
XYZ 9.68 6.98 5.69 -
YUV 75.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 117 56 64 0 0.52 0.45 0.54 352.13 0.35 0.34
Hex 75 38 40 0 34 2D 36 160 23 22
Octal 165 70 100 0 64 55 66 540 43 42
Binary 1110101 111000 1000000 0 110100 101101 110110 101100000 100011 100010

Color Harmonies of #753840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753840

Black with #753840

Text Example


Text Example

White with #753840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753840; }

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

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

background-color css

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

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

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

border-color css

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

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

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