Html Css Color HEX #74353D Merlot

📋 copy color: '#74353D'

red 116 ◦ green 53 ◦ blue 61

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

Shades of Merlot #74353D

Tints of Merlot #74353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

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

R = 50.43%
G = 23.04%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74353D (or 0x74353D) is known color: Merlot. HEX triplet: 74, 35 and 3D. RGB value is (116,53,61). Sum of RGB (Red+Green+Blue) = 116+53+61=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74353D is #8BCAC2. Grayscale: #484848. Windows color (decimal): -9161411 or 4011380. OLE color: 4011380.

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

Color convert

RGB 116 53 61 -
CMYK 0 0.54 0.47 0.55
HSL 352.38º 0.37% 0.33% -
HSV(B) 352.38º 0.54% 0.45% -
XYZ 9.32 6.6 5.2 -
YUV 72.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 116 53 61 0 0.54 0.47 0.55 352.38 0.37 0.33
Hex 74 35 3D 0 36 2F 37 160 25 21
Octal 164 65 75 0 66 57 67 540 45 41
Binary 1110100 110101 111101 0 110110 101111 110111 101100000 100101 100001

Color Harmonies of #74353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74353D

Black with #74353D

Text Example


Text Example

White with #74353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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