Html Css Color HEX #743339 Merlot

📋 copy color: '#743339'

red 116 ◦ green 51 ◦ blue 57

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

Shades of Merlot #743339

Tints of Merlot #743339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 51.79%
G = 22.77%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743339 (or 0x743339) is known color: Merlot. HEX triplet: 74, 33 and 39. RGB value is (116,51,57). Sum of RGB (Red+Green+Blue) = 116+51+57=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743339 is #8BCCC6. Grayscale: #474747. Windows color (decimal): -9161927 or 3748724. OLE color: 3748724.

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

Color convert

RGB 116 51 57 -
CMYK 0 0.56 0.51 0.55
HSL 354.46º 0.39% 0.33% -
HSV(B) 354.46º 0.56% 0.45% -
XYZ 9.12 6.38 4.62 -
YUV 71.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 116 51 57 0 0.56 0.51 0.55 354.46 0.39 0.33
Hex 74 33 39 0 38 33 37 162 27 21
Octal 164 63 71 0 70 63 67 542 47 41
Binary 1110100 110011 111001 0 111000 110011 110111 101100010 100111 100001

Color Harmonies of #743339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743339

Black with #743339

Text Example


Text Example

White with #743339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743339; }

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

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

background-color css

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

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

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

border-color css

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

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

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