Html Css Color HEX #743639 Merlot

📋 copy color: '#743639'

red 116 ◦ green 54 ◦ blue 57

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

Shades of Merlot #743639

Tints of Merlot #743639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

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

R = 51.1%
G = 23.79%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743639 (or 0x743639) is known color: Merlot. HEX triplet: 74, 36 and 39. RGB value is (116,54,57). Sum of RGB (Red+Green+Blue) = 116+54+57=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #743639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743639 is #8BC9C6. Grayscale: #484848. Windows color (decimal): -9161159 or 3749492. OLE color: 3749492.

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

Color convert

RGB 116 54 57 -
CMYK 0 0.53 0.51 0.55
HSL 357.1º 0.36% 0.33% -
HSV(B) 357.1º 0.53% 0.45% -
XYZ 9.26 6.65 4.67 -
YUV 72.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 116 54 57 0 0.53 0.51 0.55 357.1 0.36 0.33
Hex 74 36 39 0 35 33 37 165 24 21
Octal 164 66 71 0 65 63 67 545 44 41
Binary 1110100 110110 111001 0 110101 110011 110111 101100101 100100 100001

Color Harmonies of #743639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743639

Black with #743639

Text Example


Text Example

White with #743639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743639; }

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

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

background-color css

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

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

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

border-color css

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

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

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