Html Css Color HEX #733642 Merlot

📋 copy color: '#733642'

red 115 ◦ green 54 ◦ blue 66

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

Shades of Merlot #733642

Tints of Merlot #733642

RGB

 RED value IS 115 (45.31% from 255) = 48.94%

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 48.94%
G = 22.98%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#733642 (or 0x733642) is known color: Merlot. HEX triplet: 73, 36 and 42. RGB value is (115,54,66). Sum of RGB (Red+Green+Blue) = 115+54+66=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733642 is #8CC9BD. Grayscale: #494949. Windows color (decimal): -9226686 or 4339315. OLE color: 4339315.

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

Color convert

RGB 115 54 66 -
CMYK 0 0.53 0.43 0.55
HSL 348.2º 0.36% 0.33% -
HSV(B) 348.2º 0.53% 0.45% -
XYZ 9.37 6.68 5.95 -
YUV 73.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 115 54 66 0 0.53 0.43 0.55 348.2 0.36 0.33
Hex 73 36 42 0 35 2B 37 15C 24 21
Octal 163 66 102 0 65 53 67 534 44 41
Binary 1110011 110110 1000010 0 110101 101011 110111 101011100 100100 100001

Color Harmonies of #733642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733642

Black with #733642

Text Example


Text Example

White with #733642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733642; }

 p { color: rgb(115,54,66); }

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

background-color css

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

 a { background-color: rgb(115,54,66); }

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

border-color css

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

 span { border-color: rgb(115,54,66); }

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