Html Css Color HEX #742F35 Merlot

📋 copy color: '#742F35'

red 116 ◦ green 47 ◦ blue 53

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

Shades of Merlot #742F35

Tints of Merlot #742F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 53.7%
G = 21.76%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#742F35 (or 0x742F35) is known color: Merlot. HEX triplet: 74, 2F and 35. RGB value is (116,47,53). Sum of RGB (Red+Green+Blue) = 116+47+53=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #742F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F35 is #8BD0CA. Grayscale: #444444. Windows color (decimal): -9162955 or 3485556. OLE color: 3485556.

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

Color convert

RGB 116 47 53 -
CMYK 0 0.59 0.54 0.55
HSL 354.78º 0.42% 0.32% -
HSV(B) 354.78º 0.59% 0.45% -
XYZ 8.86 6 4.06 -
YUV 68.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 116 47 53 0 0.59 0.54 0.55 354.78 0.42 0.32
Hex 74 2F 35 0 3B 36 37 163 2A 20
Octal 164 57 65 0 73 66 67 543 52 40
Binary 1110100 101111 110101 0 111011 110110 110111 101100011 101010 100000

Color Harmonies of #742F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F35

Black with #742F35

Text Example


Text Example

White with #742F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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