Html Css Color HEX #742F3A Merlot

📋 copy color: '#742F3A'

red 116 ◦ green 47 ◦ blue 58

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

Shades of Merlot #742F3A

Tints of Merlot #742F3A

RGB

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

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

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

R = 52.49%
G = 21.27%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#742F3A (or 0x742F3A) is known color: Merlot. HEX triplet: 74, 2F and 3A. RGB value is (116,47,58). Sum of RGB (Red+Green+Blue) = 116+47+58=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F3A is #8BD0C5. Grayscale: #444444. Windows color (decimal): -9162950 or 3813236. OLE color: 3813236.

HSL color Cylindrical-coordinate representation of color #742F3A: hue angle of 350.43º 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 #742F3A is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 58 -
CMYK 0 0.59 0.5 0.55
HSL 350.43º 0.42% 0.32% -
HSV(B) 350.43º 0.59% 0.45% -
XYZ 8.98 6.05 4.7 -
YUV 68.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 116 47 58 0 0.59 0.5 0.55 350.43 0.42 0.32
Hex 74 2F 3A 0 3B 32 37 15E 2A 20
Octal 164 57 72 0 73 62 67 536 52 40
Binary 1110100 101111 111010 0 111011 110010 110111 101011110 101010 100000

Color Harmonies of #742F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F3A

Black with #742F3A

Text Example


Text Example

White with #742F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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