Html Css Color HEX #743439 Merlot

📋 copy color: '#743439'

red 116 ◦ green 52 ◦ blue 57

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

Shades of Merlot #743439

Tints of Merlot #743439

RGB

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

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

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

R = 51.56%
G = 23.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743439 (or 0x743439) is known color: Merlot. HEX triplet: 74, 34 and 39. RGB value is (116,52,57). Sum of RGB (Red+Green+Blue) = 116+52+57=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #743439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743439 is #8BCBC6. Grayscale: #474747. Windows color (decimal): -9161671 or 3748980. OLE color: 3748980.

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

Color convert

RGB 116 52 57 -
CMYK 0 0.55 0.51 0.55
HSL 355.31º 0.38% 0.33% -
HSV(B) 355.31º 0.55% 0.45% -
XYZ 9.17 6.46 4.64 -
YUV 71.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 116 52 57 0 0.55 0.51 0.55 355.31 0.38 0.33
Hex 74 34 39 0 37 33 37 163 26 21
Octal 164 64 71 0 67 63 67 543 46 41
Binary 1110100 110100 111001 0 110111 110011 110111 101100011 100110 100001

Color Harmonies of #743439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743439

Black with #743439

Text Example


Text Example

White with #743439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743439; }

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

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

background-color css

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

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

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

border-color css

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

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

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