Html Css Color HEX #74393D Merlot

📋 copy color: '#74393D'

red 116 ◦ green 57 ◦ blue 61

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

Shades of Merlot #74393D

Tints of Merlot #74393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 49.57%
G = 24.36%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74393D (or 0x74393D) is known color: Merlot. HEX triplet: 74, 39 and 3D. RGB value is (116,57,61). Sum of RGB (Red+Green+Blue) = 116+57+61=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74393D is #8BC6C2. Grayscale: #4B4B4B. Windows color (decimal): -9160387 or 4012404. OLE color: 4012404.

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

Color convert

RGB 116 57 61 -
CMYK 0 0.51 0.47 0.55
HSL 355.93º 0.34% 0.34% -
HSV(B) 355.93º 0.51% 0.45% -
XYZ 9.51 6.98 5.26 -
YUV 75.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 116 57 61 0 0.51 0.47 0.55 355.93 0.34 0.34
Hex 74 39 3D 0 33 2F 37 164 22 22
Octal 164 71 75 0 63 57 67 544 42 42
Binary 1110100 111001 111101 0 110011 101111 110111 101100100 100010 100010

Color Harmonies of #74393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74393D

Black with #74393D

Text Example


Text Example

White with #74393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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