Html Css Color HEX #733A3F Merlot

📋 copy color: '#733A3F'

red 115 ◦ green 58 ◦ blue 63

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

Shades of Merlot #733A3F

Tints of Merlot #733A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.58%

 BLUE value IS 63 (25% from 255) = 26.69%

R = 48.73%
G = 24.58%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#733A3F (or 0x733A3F) is known color: Merlot. HEX triplet: 73, 3A and 3F. RGB value is (115,58,63). Sum of RGB (Red+Green+Blue) = 115+58+63=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #733A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A3F is #8CC5C0. Grayscale: #4B4B4B. Windows color (decimal): -9225665 or 4143731. OLE color: 4143731.

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

Color convert

RGB 115 58 63 -
CMYK 0 0.50 0.45 0.55
HSL 354.74º 0.33% 0.34% -
HSV(B) 354.74º 0.5% 0.45% -
XYZ 9.48 7.03 5.56 -
YUV 75.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 115 58 63 0 0.50 0.45 0.55 354.74 0.33 0.34
Hex 73 3A 3F 0 32 2D 37 163 21 22
Octal 163 72 77 0 62 55 67 543 41 42
Binary 1110011 111010 111111 0 110010 101101 110111 101100011 100001 100010

Color Harmonies of #733A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733A3F

Black with #733A3F

Text Example


Text Example

White with #733A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733A3F; }

 p { color: rgb(115,58,63); }

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

background-color css

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

 a { background-color: rgb(115,58,63); }

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

border-color css

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

 span { border-color: rgb(115,58,63); }

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