Html Css Color HEX #74313D Merlot

📋 copy color: '#74313D'

red 116 ◦ green 49 ◦ blue 61

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

Shades of Merlot #74313D

Tints of Merlot #74313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 51.33%
G = 21.68%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74313D (or 0x74313D) is known color: Merlot. HEX triplet: 74, 31 and 3D. RGB value is (116,49,61). Sum of RGB (Red+Green+Blue) = 116+49+61=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313D is #8BCEC2. Grayscale: #464646. Windows color (decimal): -9162435 or 4010356. OLE color: 4010356.

HSL color Cylindrical-coordinate representation of color #74313D: hue angle of 349.25º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74313D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 61 -
CMYK 0 0.58 0.47 0.55
HSL 349.25º 0.41% 0.32% -
HSV(B) 349.25º 0.58% 0.45% -
XYZ 9.14 6.25 5.14 -
YUV 70.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 116 49 61 0 0.58 0.47 0.55 349.25 0.41 0.32
Hex 74 31 3D 0 3A 2F 37 15D 29 20
Octal 164 61 75 0 72 57 67 535 51 40
Binary 1110100 110001 111101 0 111010 101111 110111 101011101 101001 100000

Color Harmonies of #74313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74313D

Black with #74313D

Text Example


Text Example

White with #74313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74313D; }

 p { color: rgb(116,49,61); }

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

background-color css

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

 a { background-color: rgb(116,49,61); }

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

border-color css

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

 span { border-color: rgb(116,49,61); }

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