Html Css Color HEX #733A3C Merlot

📋 copy color: '#733A3C'

red 115 ◦ green 58 ◦ blue 60

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

Shades of Merlot #733A3C

Tints of Merlot #733A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 49.36%
G = 24.89%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#733A3C (or 0x733A3C) is known color: Merlot. HEX triplet: 73, 3A and 3C. RGB value is (115,58,60). Sum of RGB (Red+Green+Blue) = 115+58+60=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #733A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A3C is #8CC5C3. Grayscale: #4B4B4B. Windows color (decimal): -9225668 or 3947123. OLE color: 3947123.

HSL color Cylindrical-coordinate representation of color #733A3C: hue angle of 357.89º 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 #733A3C is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 58 60 -
CMYK 0 0.50 0.48 0.55
HSL 357.89º 0.33% 0.34% -
HSV(B) 357.89º 0.5% 0.45% -
XYZ 9.4 7 5.13 -
YUV 75.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 115 58 60 0 0.50 0.48 0.55 357.89 0.33 0.34
Hex 73 3A 3C 0 32 30 37 166 21 22
Octal 163 72 74 0 62 60 67 546 41 42
Binary 1110011 111010 111100 0 110010 110000 110111 101100110 100001 100010

Color Harmonies of #733A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733A3C

Black with #733A3C

Text Example


Text Example

White with #733A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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