Html Css Color HEX #74313C Merlot

📋 copy color: '#74313C'

red 116 ◦ green 49 ◦ blue 60

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

Shades of Merlot #74313C

Tints of Merlot #74313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 51.56%
G = 21.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74313C (or 0x74313C) is known color: Merlot. HEX triplet: 74, 31 and 3C. RGB value is (116,49,60). Sum of RGB (Red+Green+Blue) = 116+49+60=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313C is #8BCEC3. Grayscale: #464646. Windows color (decimal): -9162436 or 3944820. OLE color: 3944820.

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

Color convert

RGB 116 49 60 -
CMYK 0 0.58 0.48 0.55
HSL 350.15º 0.41% 0.32% -
HSV(B) 350.15º 0.58% 0.45% -
XYZ 9.12 6.24 5 -
YUV 70.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 116 49 60 0 0.58 0.48 0.55 350.15 0.41 0.32
Hex 74 31 3C 0 3A 30 37 15E 29 20
Octal 164 61 74 0 72 60 67 536 51 40
Binary 1110100 110001 111100 0 111010 110000 110111 101011110 101001 100000

Color Harmonies of #74313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74313C

Black with #74313C

Text Example


Text Example

White with #74313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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