Html Css Color HEX #74343E Merlot

📋 copy color: '#74343E'

red 116 ◦ green 52 ◦ blue 62

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

Shades of Merlot #74343E

Tints of Merlot #74343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 50.43%
G = 22.61%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74343E (or 0x74343E) is known color: Merlot. HEX triplet: 74, 34 and 3E. RGB value is (116,52,62). Sum of RGB (Red+Green+Blue) = 116+52+62=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74343E is #8BCBC1. Grayscale: #484848. Windows color (decimal): -9161666 or 4076660. OLE color: 4076660.

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

Color convert

RGB 116 52 62 -
CMYK 0 0.55 0.47 0.55
HSL 350.63º 0.38% 0.33% -
HSV(B) 350.63º 0.55% 0.45% -
XYZ 9.3 6.52 5.33 -
YUV 72.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 116 52 62 0 0.55 0.47 0.55 350.63 0.38 0.33
Hex 74 34 3E 0 37 2F 37 15F 26 21
Octal 164 64 76 0 67 57 67 537 46 41
Binary 1110100 110100 111110 0 110111 101111 110111 101011111 100110 100001

Color Harmonies of #74343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74343E

Black with #74343E

Text Example


Text Example

White with #74343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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