Html Css Color HEX #743343 Merlot

📋 copy color: '#743343'

red 116 ◦ green 51 ◦ blue 67

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

Shades of Merlot #743343

Tints of Merlot #743343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 49.57%
G = 21.79%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#743343 (or 0x743343) is known color: Merlot. HEX triplet: 74, 33 and 43. RGB value is (116,51,67). Sum of RGB (Red+Green+Blue) = 116+51+67=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743343 is #8BCCBC. Grayscale: #484848. Windows color (decimal): -9161917 or 4404084. OLE color: 4404084.

HSL color Cylindrical-coordinate representation of color #743343: hue angle of 345.23º 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 #743343 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 67 -
CMYK 0 0.56 0.42 0.55
HSL 345.23º 0.39% 0.33% -
HSV(B) 345.23º 0.56% 0.45% -
XYZ 9.4 6.49 6.07 -
YUV 72.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 116 51 67 0 0.56 0.42 0.55 345.23 0.39 0.33
Hex 74 33 43 0 38 2A 37 159 27 21
Octal 164 63 103 0 70 52 67 531 47 41
Binary 1110100 110011 1000011 0 111000 101010 110111 101011001 100111 100001

Color Harmonies of #743343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743343

Black with #743343

Text Example


Text Example

White with #743343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743343; }

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

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

background-color css

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

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

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

border-color css

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

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

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