Html Css Color HEX #743440 Merlot

📋 copy color: '#743440'

red 116 ◦ green 52 ◦ blue 64

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

Shades of Merlot #743440

Tints of Merlot #743440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 50%
G = 22.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#743440 (or 0x743440) is known color: Merlot. HEX triplet: 74, 34 and 40. RGB value is (116,52,64). Sum of RGB (Red+Green+Blue) = 116+52+64=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743440 is #8BCBBF. Grayscale: #484848. Windows color (decimal): -9161664 or 4207732. OLE color: 4207732.

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

Color convert

RGB 116 52 64 -
CMYK 0 0.55 0.45 0.55
HSL 348.75º 0.38% 0.33% -
HSV(B) 348.75º 0.55% 0.45% -
XYZ 9.36 6.54 5.62 -
YUV 72.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 116 52 64 0 0.55 0.45 0.55 348.75 0.38 0.33
Hex 74 34 40 0 37 2D 37 15D 26 21
Octal 164 64 100 0 67 55 67 535 46 41
Binary 1110100 110100 1000000 0 110111 101101 110111 101011101 100110 100001

Color Harmonies of #743440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743440

Black with #743440

Text Example


Text Example

White with #743440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743440; }

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

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

background-color css

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

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

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

border-color css

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

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

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