Html Css Color HEX #743437 Merlot

📋 copy color: '#743437'

red 116 ◦ green 52 ◦ blue 55

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

Shades of Merlot #743437

Tints of Merlot #743437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 52.02%
G = 23.32%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#743437 (or 0x743437) is known color: Merlot. HEX triplet: 74, 34 and 37. RGB value is (116,52,55). Sum of RGB (Red+Green+Blue) = 116+52+55=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743437 is #8BCBC8. Grayscale: #474747. Windows color (decimal): -9161673 or 3617908. OLE color: 3617908.

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

Color convert

RGB 116 52 55 -
CMYK 0 0.55 0.53 0.55
HSL 357.19º 0.38% 0.33% -
HSV(B) 357.19º 0.55% 0.45% -
XYZ 9.12 6.44 4.38 -
YUV 71.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 116 52 55 0 0.55 0.53 0.55 357.19 0.38 0.33
Hex 74 34 37 0 37 35 37 165 26 21
Octal 164 64 67 0 67 65 67 545 46 41
Binary 1110100 110100 110111 0 110111 110101 110111 101100101 100110 100001

Color Harmonies of #743437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743437

Black with #743437

Text Example


Text Example

White with #743437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743437; }

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

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

background-color css

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

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

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

border-color css

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

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

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