Html Css Color HEX #742E3A Merlot

📋 copy color: '#742E3A'

red 116 ◦ green 46 ◦ blue 58

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

Shades of Merlot #742E3A

Tints of Merlot #742E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.91%

 BLUE value IS 58 (23.05% from 255) = 26.36%

R = 52.73%
G = 20.91%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#742E3A (or 0x742E3A) is known color: Merlot. HEX triplet: 74, 2E and 3A. RGB value is (116,46,58). Sum of RGB (Red+Green+Blue) = 116+46+58=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E3A is #8BD1C5. Grayscale: #444444. Windows color (decimal): -9163206 or 3812980. OLE color: 3812980.

HSL color Cylindrical-coordinate representation of color #742E3A: hue angle of 349.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E3A is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 46 58 -
CMYK 0 0.60 0.5 0.55
HSL 349.71º 0.43% 0.32% -
HSV(B) 349.71º 0.6% 0.45% -
XYZ 8.94 5.97 4.68 -
YUV 68.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 116 46 58 0 0.60 0.5 0.55 349.71 0.43 0.32
Hex 74 2E 3A 0 3C 32 37 15E 2B 20
Octal 164 56 72 0 74 62 67 536 53 40
Binary 1110100 101110 111010 0 111100 110010 110111 101011110 101011 100000

Color Harmonies of #742E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E3A

Black with #742E3A

Text Example


Text Example

White with #742E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742E3A; }

 p { color: rgb(116,46,58); }

 H1.HeaderClassName
 {
   color: #742E3A;
 }
 .AnyTagClassName
 {
   color: #742E3A;
 }
</style>

background-color css

<style>
 a { background-color: #742E3A; }

 a { background-color: rgb(116,46,58); }

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

border-color css

<style>
 span { border-color: #742E3A; }

 span { border-color: rgb(116,46,58); }

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