Html Css Color HEX #743539 Merlot

📋 copy color: '#743539'

red 116 ◦ green 53 ◦ blue 57

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

Shades of Merlot #743539

Tints of Merlot #743539

RGB

 RED value IS 116 (45.7% from 255) = 51.33%

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 51.33%
G = 23.45%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743539 (or 0x743539) is known color: Merlot. HEX triplet: 74, 35 and 39. RGB value is (116,53,57). Sum of RGB (Red+Green+Blue) = 116+53+57=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743539 is #8BCAC6. Grayscale: #484848. Windows color (decimal): -9161415 or 3749236. OLE color: 3749236.

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

Color convert

RGB 116 53 57 -
CMYK 0 0.54 0.51 0.55
HSL 356.19º 0.37% 0.33% -
HSV(B) 356.19º 0.54% 0.45% -
XYZ 9.21 6.55 4.65 -
YUV 72.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 116 53 57 0 0.54 0.51 0.55 356.19 0.37 0.33
Hex 74 35 39 0 36 33 37 164 25 21
Octal 164 65 71 0 66 63 67 544 45 41
Binary 1110100 110101 111001 0 110110 110011 110111 101100100 100101 100001

Color Harmonies of #743539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743539

Black with #743539

Text Example


Text Example

White with #743539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743539; }

 p { color: rgb(116,53,57); }

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

background-color css

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

 a { background-color: rgb(116,53,57); }

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

border-color css

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

 span { border-color: rgb(116,53,57); }

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