Html Css Color HEX #74353F Merlot

📋 copy color: '#74353F'

red 116 ◦ green 53 ◦ blue 63

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

Shades of Merlot #74353F

Tints of Merlot #74353F

RGB

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

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

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

R = 50%
G = 22.84%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74353F (or 0x74353F) is known color: Merlot. HEX triplet: 74, 35 and 3F. RGB value is (116,53,63). Sum of RGB (Red+Green+Blue) = 116+53+63=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74353F is #8BCAC0. Grayscale: #494949. Windows color (decimal): -9161409 or 4142452. OLE color: 4142452.

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

Color convert

RGB 116 53 63 -
CMYK 0 0.54 0.46 0.55
HSL 350.48º 0.37% 0.33% -
HSV(B) 350.48º 0.54% 0.45% -
XYZ 9.37 6.62 5.49 -
YUV 72.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 116 53 63 0 0.54 0.46 0.55 350.48 0.37 0.33
Hex 74 35 3F 0 36 2E 37 15E 25 21
Octal 164 65 77 0 66 56 67 536 45 41
Binary 1110100 110101 111111 0 110110 101110 110111 101011110 100101 100001

Color Harmonies of #74353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74353F

Black with #74353F

Text Example


Text Example

White with #74353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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