Html Css Color HEX #743337 Merlot

📋 copy color: '#743337'

red 116 ◦ green 51 ◦ blue 55

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

Shades of Merlot #743337

Tints of Merlot #743337

RGB

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

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

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

R = 52.25%
G = 22.97%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#743337 (or 0x743337) is known color: Merlot. HEX triplet: 74, 33 and 37. RGB value is (116,51,55). Sum of RGB (Red+Green+Blue) = 116+51+55=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743337 is #8BCCC8. Grayscale: #464646. Windows color (decimal): -9161929 or 3617652. OLE color: 3617652.

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

Color convert

RGB 116 51 55 -
CMYK 0 0.56 0.53 0.55
HSL 356.31º 0.39% 0.33% -
HSV(B) 356.31º 0.56% 0.45% -
XYZ 9.08 6.36 4.36 -
YUV 70.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 116 51 55 0 0.56 0.53 0.55 356.31 0.39 0.33
Hex 74 33 37 0 38 35 37 164 27 21
Octal 164 63 67 0 70 65 67 544 47 41
Binary 1110100 110011 110111 0 111000 110101 110111 101100100 100111 100001

Color Harmonies of #743337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743337

Black with #743337

Text Example


Text Example

White with #743337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743337; }

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

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

background-color css

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

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

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

border-color css

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

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

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