Html Css Color HEX #743234 Merlot

📋 copy color: '#743234'

red 116 ◦ green 50 ◦ blue 52

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

Shades of Merlot #743234

Tints of Merlot #743234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 53.21%
G = 22.94%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#743234 (or 0x743234) is known color: Merlot. HEX triplet: 74, 32 and 34. RGB value is (116,50,52). Sum of RGB (Red+Green+Blue) = 116+50+52=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743234 is #8BCDCB. Grayscale: #464646. Windows color (decimal): -9162188 or 3420788. OLE color: 3420788.

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

Color convert

RGB 116 50 52 -
CMYK 0 0.57 0.55 0.55
HSL 358.18º 0.4% 0.33% -
HSV(B) 358.18º 0.57% 0.45% -
XYZ 8.96 6.24 3.98 -
YUV 69.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 116 50 52 0 0.57 0.55 0.55 358.18 0.4 0.33
Hex 74 32 34 0 39 37 37 166 28 21
Octal 164 62 64 0 71 67 67 546 50 41
Binary 1110100 110010 110100 0 111001 110111 110111 101100110 101000 100001

Color Harmonies of #743234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743234

Black with #743234

Text Example


Text Example

White with #743234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743234; }

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

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

background-color css

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

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

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

border-color css

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

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

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