Html Css Color HEX #74353E Merlot

📋 copy color: '#74353E'

red 116 ◦ green 53 ◦ blue 62

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

Shades of Merlot #74353E

Tints of Merlot #74353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 50.22%
G = 22.94%
B = 26.84%

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

#74353E (or 0x74353E) is known color: Merlot. HEX triplet: 74, 35 and 3E. RGB value is (116,53,62). Sum of RGB (Red+Green+Blue) = 116+53+62=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74353E is #8BCAC1. Grayscale: #484848. Windows color (decimal): -9161410 or 4076916. OLE color: 4076916.

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

Color convert

RGB 116 53 62 -
CMYK 0 0.54 0.47 0.55
HSL 351.43º 0.37% 0.33% -
HSV(B) 351.43º 0.54% 0.45% -
XYZ 9.35 6.61 5.34 -
YUV 72.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 116 53 62 0 0.54 0.47 0.55 351.43 0.37 0.33
Hex 74 35 3E 0 36 2F 37 15F 25 21
Octal 164 65 76 0 66 57 67 537 45 41
Binary 1110100 110101 111110 0 110110 101111 110111 101011111 100101 100001

Color Harmonies of #74353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74353E

Black with #74353E

Text Example


Text Example

White with #74353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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