Html Css Color HEX #743039 Merlot

📋 copy color: '#743039'

red 116 ◦ green 48 ◦ blue 57

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

Shades of Merlot #743039

Tints of Merlot #743039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 52.49%
G = 21.72%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743039 (or 0x743039) is known color: Merlot. HEX triplet: 74, 30 and 39. RGB value is (116,48,57). Sum of RGB (Red+Green+Blue) = 116+48+57=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743039 is #8BCFC6. Grayscale: #454545. Windows color (decimal): -9162695 or 3747956. OLE color: 3747956.

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

Color convert

RGB 116 48 57 -
CMYK 0 0.59 0.51 0.55
HSL 352.06º 0.41% 0.32% -
HSV(B) 352.06º 0.59% 0.45% -
XYZ 9 6.12 4.58 -
YUV 69.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 116 48 57 0 0.59 0.51 0.55 352.06 0.41 0.32
Hex 74 30 39 0 3B 33 37 160 29 20
Octal 164 60 71 0 73 63 67 540 51 40
Binary 1110100 110000 111001 0 111011 110011 110111 101100000 101001 100000

Color Harmonies of #743039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743039

Black with #743039

Text Example


Text Example

White with #743039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743039; }

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

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

background-color css

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

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

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

border-color css

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

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

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