Html Css Color HEX #742F3E Merlot

📋 copy color: '#742F3E'

red 116 ◦ green 47 ◦ blue 62

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

Shades of Merlot #742F3E

Tints of Merlot #742F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

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

R = 51.56%
G = 20.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#742F3E (or 0x742F3E) is known color: Merlot. HEX triplet: 74, 2F and 3E. RGB value is (116,47,62). Sum of RGB (Red+Green+Blue) = 116+47+62=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F3E is #8BD0C1. Grayscale: #454545. Windows color (decimal): -9162946 or 4075380. OLE color: 4075380.

HSL color Cylindrical-coordinate representation of color #742F3E: hue angle of 346.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F3E is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 62 -
CMYK 0 0.59 0.47 0.55
HSL 346.96º 0.42% 0.32% -
HSV(B) 346.96º 0.59% 0.45% -
XYZ 9.09 6.09 5.25 -
YUV 69.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 116 47 62 0 0.59 0.47 0.55 346.96 0.42 0.32
Hex 74 2F 3E 0 3B 2F 37 15B 2A 20
Octal 164 57 76 0 73 57 67 533 52 40
Binary 1110100 101111 111110 0 111011 101111 110111 101011011 101010 100000

Color Harmonies of #742F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F3E

Black with #742F3E

Text Example


Text Example

White with #742F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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