Html Css Color HEX #74313F Merlot

📋 copy color: '#74313F'

red 116 ◦ green 49 ◦ blue 63

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

Shades of Merlot #74313F

Tints of Merlot #74313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 50.88%
G = 21.49%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74313F (or 0x74313F) is known color: Merlot. HEX triplet: 74, 31 and 3F. RGB value is (116,49,63). Sum of RGB (Red+Green+Blue) = 116+49+63=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313F is #8BCEC0. Grayscale: #464646. Windows color (decimal): -9162433 or 4141428. OLE color: 4141428.

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

Color convert

RGB 116 49 63 -
CMYK 0 0.58 0.46 0.55
HSL 347.46º 0.41% 0.32% -
HSV(B) 347.46º 0.58% 0.45% -
XYZ 9.2 6.27 5.43 -
YUV 70.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 116 49 63 0 0.58 0.46 0.55 347.46 0.41 0.32
Hex 74 31 3F 0 3A 2E 37 15B 29 20
Octal 164 61 77 0 72 56 67 533 51 40
Binary 1110100 110001 111111 0 111010 101110 110111 101011011 101001 100000

Color Harmonies of #74313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74313F

Black with #74313F

Text Example


Text Example

White with #74313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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